summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/tests/conf/os_env.yaml.template
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/tests/conf/os_env.yaml.template')
-rw-r--r--snaps/openstack/tests/conf/os_env.yaml.template17
1 files changed, 17 insertions, 0 deletions
diff --git a/snaps/openstack/tests/conf/os_env.yaml.template b/snaps/openstack/tests/conf/os_env.yaml.template
new file mode 100644
index 0000000..e88bfaa
--- /dev/null
+++ b/snaps/openstack/tests/conf/os_env.yaml.template
@@ -0,0 +1,17 @@
+# Keystone v2.0
+#username: admin
+#password: admin
+#os_auth_url: http://<host>:<port>/v2.0/
+#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
+#username: admin
+#password: admin
+#os_auth_url: http://<host>:<port>/v3
+#project_name: admin
+#identity_api_version: 3
+#ext_net: <external network name> \ No newline at end of file