From 406584267b076f60c54d6cfef518dc22a82ae76c Mon Sep 17 00:00:00 2001 From: randyl Date: Fri, 3 Mar 2017 15:30:05 -0700 Subject: Fixed docs build and examples Modified index.rst to include the other docs. Removed redundnat items. Cleaned up the examples. JIRA: SNAPS-41 Change-Id: I7058f1604135f6a2af0376d7b3d2ebc7bafd63e7 Signed-off-by: randyl --- examples/complex-network/deploy-complex-network.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/complex-network') diff --git a/examples/complex-network/deploy-complex-network.yaml b/examples/complex-network/deploy-complex-network.yaml index 42559e8..eff36c9 100644 --- a/examples/complex-network/deploy-complex-network.yaml +++ b/examples/complex-network/deploy-complex-network.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: -- cgit 1.2.3-korg