Trying to adhere to python naming convention.

This commit is contained in:
Egon Rijpkema
2018-04-23 15:54:54 +02:00
parent 536df0decc
commit 2de343d22d
38 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
# a admin-openrc.sh file
export MYSQL_ROOT_PASSWORD="geheim"
# To create the Identity service credentials
GLANCE_USER_NAME=glance
GLANCE_PASSWORD=geheim
export OS_IDENTITY_API_VERSION=3
export OS_USERNAME=admin
export OS_PASSWORD=geheim
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://${KEYSTONE_HOST}:35357/v3
export OS_PROJECT_DOMAIN_NAME=default
export OS_USER_DOMAIN_NAME=default
export OS_PROJECT_NAME=admin
export OS_IMAGE_API_VERSION=2