Docker in name is no longer needed

This commit is contained in:
Egon Rijpkema
2018-04-23 15:35:21 +02:00
parent e2c62e15f0
commit 536df0decc
66 changed files with 0 additions and 0 deletions

16
glance/admin-openrc.sh Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
# a admin-openrc.sh file
# 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