db82e4450a
This change creates a contrib directory in the Cinder tree and adds a project called block-box. This addition provides a method to easily create Docker images for a standalone Cinder deployment and employs a docker-compose file to enable rapid build and deployment of Cinder as a standlone service. Change-Id: Id08ffefd322e80a433b58d48b8b89b1ca1695150
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
export OS_AUTH_TYPE=noauth
|
|
export CINDERCLIENT_BYPASS_URL=http://10.117.36.106:8776/v3
|
|
export OS_PROJECT_ID=cinderflex
|
|
export OS_USERNAME=kubernetes
|
|
export OS_VOLUME_API_VERSION=3.27
|