6480a35530
Change-Id: I4f0e14f41072f87d83d8b3d31af4e2e9026c9892 Signed-off-by: Pino de Candia <giuseppe.decandia@gmail.com>
23 lines
840 B
Plaintext
23 lines
840 B
Plaintext
[[local|localrc]]
|
|
|
|
DATABASE_PASSWORD=pinot
|
|
RABBIT_PASSWORD=pinot
|
|
SERVICE_PASSWORD=pinot
|
|
SERVICE_TOKEN=pinot
|
|
ADMIN_PASSWORD=pinot
|
|
|
|
enable_plugin designate https://git.openstack.org/openstack/designate
|
|
enable_plugin barbican https://git.openstack.org/openstack/barbican
|
|
# List tatu after barbican and designate - tatu's startup depends on theirs
|
|
enable_plugin tatu https://git.openstack.org/openstack/tatu
|
|
|
|
Q_USE_PROVIDERNET_FOR_PUBLIC=True
|
|
Q_FLOATING_ALLOCATION_POOL=start=172.24.4.10,end=172.24.4.200
|
|
PUBLIC_NETWORK_NAME=public
|
|
PUBLIC_NETWORK_GATEWAY=172.24.4.1
|
|
|
|
_IMAGE_PREFIX="http://download.fedoraproject.org/pub/fedora/linux/releases"
|
|
_FEDORA25="/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.qcow2"
|
|
_FEDORA27="/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2"
|
|
IMAGE_URLS+=","$_IMAGE_PREFIX$_FEDORA25"
|