diff options
Diffstat (limited to 'controller/private/os')
-rw-r--r-- | controller/private/os/EXAMPLE.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/private/os/EXAMPLE.yml b/controller/private/os/EXAMPLE.yml new file mode 100644 index 0000000..d44cbac --- /dev/null +++ b/controller/private/os/EXAMPLE.yml @@ -0,0 +1,7 @@ +## THIS IS EXAMPLE OPENSTACK CREDENTIALS FILE ## +--- +os_auth_url: http://openstack-controller.example.com:5000/v2.0 +os_tenant_id: 8289c1553643c7adf3476fb6234562c0 +os_tenant_name: Example Develpoment Group +os_username: jdoe +os_nova_password: plainPasswordKeepSecrete |