diff options
Diffstat (limited to 'examples/two-network')
-rw-r--r-- | examples/two-network/deploy-two-net-centos.yaml | 4 | ||||
-rw-r--r-- | examples/two-network/deploy-two-net-ubuntu.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/two-network/deploy-two-net-centos.yaml b/examples/two-network/deploy-two-net-centos.yaml index 4fae4aa..4b5ba89 100644 --- a/examples/two-network/deploy-two-net-centos.yaml +++ b/examples/two-network/deploy-two-net-centos.yaml @@ -17,8 +17,8 @@ openstack: connection: # Note - when http_proxy is set, you must also configure ssh for proxy tunneling on your host. username: admin - password: cable123 - auth_url: http://10.197.103.50:5000/v2.0/ + password: NotMyPass! + auth_url: http://10.10.10.50:5000/v2.0/ project_name: admin http_proxy: localhost:3128 images: diff --git a/examples/two-network/deploy-two-net-ubuntu.yaml b/examples/two-network/deploy-two-net-ubuntu.yaml index ffcb05d..0ad471c 100644 --- a/examples/two-network/deploy-two-net-ubuntu.yaml +++ b/examples/two-network/deploy-two-net-ubuntu.yaml @@ -17,8 +17,8 @@ openstack: connection: # Note - when http_proxy is set, you must also configure ssh for proxy tunneling on your host. username: admin - password: cable123 - auth_url: http://10.197.103.50:5000/v2.0/ + password: NotMyPass! + auth_url: http://10.10.10.50:5000/v2.0/ project_name: admin http_proxy: localhost:3128 images: |