38d243f445
- This scenario test the creation of a new volume type. - Cinder was not sending notifications because the config file have to be changed. - Keystone authentication was broken, we are now using the v3 API. - Kombu released a breaking change, the global constraints have been updated: https://review.openstack.org/#/c/408643/ Change-Id: Ie6a50ff427b6402f0d023fe3468f3efac77a8fce
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
enable_service almanach-collector
|
|
enable_service almanach-api
|
|
|
|
ALMANACH_DIR=$DEST/almanach
|
|
|
|
ALMANACH_CONF_DIR=/etc/almanach
|
|
ALMANACH_CONF=$ALMANACH_CONF_DIR/almanach.conf
|
|
|
|
ALMANACH_SERVICE_PROTOCOL=http
|
|
ALMANACH_SERVICE_HOST=${ALMANACH_SERVICE_HOST:-${SERVICE_HOST}}
|
|
ALMANACH_SERVICE_PORT=${ALMANACH_SERVICE_PORT:-8000}
|