6d9d70f3ee
As discussed in the Liberty Design Summit "Moving apps to Python 3" cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default. https://etherpad.openstack.org/p/liberty-cross-project-python3 This change handles only common files and Config Reference. Change-Id: I8d60ec2ca85c3099fc39c293ada0a78fffb28599
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
[DEFAULT]
|
|
rootwrap_config=/etc/cinder/rootwrap.conf
|
|
sql_connection = mysql+pymysql://cinder:openstack@192.168.127.130/cinder
|
|
api_paste_config = /etc/cinder/api-paste.ini
|
|
|
|
iscsi_helper=tgtadm
|
|
volume_name_template = volume-%s
|
|
volume_group = cinder-volumes
|
|
verbose = True
|
|
auth_strategy = keystone
|
|
#osapi_volume_listen_port=5900
|
|
|
|
# Add these when not using the defaults.
|
|
rabbit_host = 10.10.10.10
|
|
rabbit_port = 5672
|
|
rabbit_userid = rabbit
|
|
rabbit_password = secure_password
|
|
rabbit_virtual_host = /nova |