diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-11-27 08:16:39 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-11-27 08:16:39 -0700 |
commit | 8d64362faf1998bceae353da3d29883883a6c351 (patch) | |
tree | fb008d4f66af7b973c1080e8e9de1b81907198ce | |
parent | fb6654aafdc5303077325691b7f468b27d7493c6 (diff) |
Updated comments for ID version 2 vs. 3
Change-Id: Ib51076cb9fa1c3f52c619a5682ae4a11f64580a9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
-rw-r--r-- | snaps/openstack/tests/conf/os_env.yaml.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/snaps/openstack/tests/conf/os_env.yaml.template b/snaps/openstack/tests/conf/os_env.yaml.template index e88bfaa..36e3cfd 100644 --- a/snaps/openstack/tests/conf/os_env.yaml.template +++ b/snaps/openstack/tests/conf/os_env.yaml.template @@ -1,17 +1,17 @@ # Keystone v2.0 #username: admin #password: admin -#os_auth_url: http://<host>:<port>/v2.0/ +#os_auth_url: http://<host>:<port>/ #project_name: admin #ext_net: <external network name> #http_proxy: <host>:<port> #ssh_proxy_cmd: '/usr/local/bin/corkscrew <host> <port> %h %p' #ssh_proxy_cmd: 'ssh <host> nc %h %p' -# Keystone v2.0 +# Keystone v3 #username: admin #password: admin -#os_auth_url: http://<host>:<port>/v3 +#os_auth_url: http://<host>:<port>/ #project_name: admin #identity_api_version: 3 #ext_net: <external network name>
\ No newline at end of file |