Created
January 7, 2019 21:26
-
-
Save e0ne/985010123015e3f961ee99e032544145 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
MYSQL_PASSWORD=secretmysql | |
DATABASE_PASSWORD=secretdatabase | |
RABBIT_PASSWORD=secretrabbit | |
ADMIN_PASSWORD=secretadmin | |
SERVICE_PASSWORD=secretservice | |
SERVICE_TOKEN=111222333444 | |
DATABASE_TYPE=mysql | |
LIBVIRT_TYPE=qemu | |
#PIP_UPGRADE=True | |
#RECLONE=True | |
#OFFLINE=True | |
ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,mysql,rabbit | |
# enable Keystone if needed | |
#enable_service keystone | |
# enable Tempest if needed | |
#enable_service tempest | |
# Enable Swift (Object Store) without replication | |
enable_service s-proxy s-object s-container s-account | |
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
SWIFT_REPLICAS=1 | |
# cinder-backup | |
# enable_service c-bak | |
# Cinder with NFS backend | |
#enable_plugin devstack-plugin-nfs git://git.openstack.org/openstack/devstack-plugin-nfs | |
#ENABLE_NFS_CINDER=True | |
# Cinder with Ceph backend | |
#enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph | |
#ENABLE_CEPH_RGW=True | |
# Use noauth mode by default | |
[[post-config|$CINDER_CONF]] | |
[DEFAULT] | |
auth_strategy = noauth | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment