s/service_name/application_name/g
[osm/N2VC.git] / examples / deploy.py
index d7ca29a..7887d24 100644 (file)
@@ -51,7 +51,7 @@ async def run():
 
     await model.deploy(
         'ubuntu-0',
-        service_name='ubuntu',
+        application_name='ubuntu',
         series='trusty',
         channel='stable',
     )