forked from Lainports/freebsd-ports
- Added LICENSE_FILE
- Changed MASTER_SITES to official OpenStack repository
- Removed EXTRA_PATCHES (those patches have been rebased and were converted into
mandatory patches)
- Enabled building for Python 3+ versions
- Sorted variables according to the PHB
- Changed RC scripts to work with different Python versions
- Added CONFLICTS_INSTALL
- Added OPTIONS for MySQL, PostgreSQL, memcached and MongoDB support
- changed post-patch target to prevent the installation to files into ${ETCDIR}
by distutils and to replace occurences of /etc to ${PREFIX}/etc
- Changed post-install target to install the files into ${ETCDIR}
- Updated the shipped cinder.conf.sample
- Updated pkg-message
PR: 232245
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer
Sponsored by: iXsystems Inc.
26 lines
642 B
Text
26 lines
642 B
Text
[DEFAULT]
|
|
auth_strategy = keystone
|
|
transport_url = rabbit://openstack:RABBIT_PASS@controller
|
|
my_ip = 192.168.1.30
|
|
glance_api_servers = http://GLANCEHOST:9292
|
|
enabled_backends = nfs
|
|
|
|
[backend_defaults]
|
|
#nfs_shares_config = /usr/local/etc/cinder/nfsshares
|
|
volume_driver = cinder.volume.drivers.nfs.NfsDriver
|
|
|
|
[database]
|
|
connection = sqlite:////var/lib/cinder/cinder.db
|
|
|
|
[keystone_authtoken]
|
|
auth_uri = http://controller:5000
|
|
auth_url = http://controller:5000
|
|
auth_type = password
|
|
project_domain_id = default
|
|
user_domain_id = default
|
|
project_name = service
|
|
username = cinder
|
|
password = cinder
|
|
|
|
[oslo_concurrency]
|
|
lock_path = /var/lib/cinder/tmp
|