diff options
Diffstat (limited to 'examples/simple')
-rw-r--r-- | examples/simple/deploy-simple.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/deploy-simple.yaml b/examples/simple/deploy-simple.yaml index 982a676..c58f135 100644 --- a/examples/simple/deploy-simple.yaml +++ b/examples/simple/deploy-simple.yaml @@ -17,7 +17,7 @@ openstack: connection: # Note - when http_proxy is set, you must also configure ssh for proxy tunneling on your host. username: admin - password: NotMyPASS! + password: cable123 auth_url: http://192.168.67.10:5000/v2.0 project_name: admin http_proxy: 10.197.123.27:3128 |