From a516c1225a8e76faf11aed1a4489cf4b11665018 Mon Sep 17 00:00:00 2001 From: Sean Feole Date: Fri, 18 Nov 2016 09:51:23 -0500 Subject: [PATCH] cloudcred updated in examples/controller.py --- examples/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controller.py b/examples/controller.py index 7edf807..3a492c4 100644 --- a/examples/controller.py +++ b/examples/controller.py @@ -27,7 +27,7 @@ async def run(): model = await controller.add_model( 'libjuju-test', 'cloud-aws', - 'cloudcred-aws_tvansteenburgh_external@aws-tim', + 'cloudcred-aws_tvansteenburgh@external_aws-tim', ) await model.deploy( 'ubuntu-0', -- 2.17.1