Merge pull request #12 from sfeole/master
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Fri, 18 Nov 2016 16:53:40 +0000 (11:53 -0500)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 16:53:40 +0000 (11:53 -0500)
Adding comment in example/controller.py regarding cloudcred format

examples/controller.py

index de0460c..3a492c4 100644 (file)
@@ -5,6 +5,9 @@ This example:
 2. Creates a new model.
 3. Deploys an application on the new model.
 
+Note: 'cloudcred' format to add a model should be:
+cloudcred-<cloudname>_<user>_<credentialname>
+
 """
 import asyncio
 import logging