diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-04-20 14:15:30 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-04-26 09:18:20 +0200 |
commit | becbbabc63b0eff15ed6979947aeb75ddf6819c9 (patch) | |
tree | e88dfc06420ddaa66745df6523a25ceb80f3417f /examples | |
parent | 02fa5b4fcc78e8ea7cb34acd1175ede6af48df00 (diff) |
Added support for Glance v2
Updated copyright date on new and edited files to current year.
JIRA: SNAPS-66
Change-Id: I491157d6ced8bd9322f99272fc14e00168faaf29
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'examples')
-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 |