Use alembic migrations to bootstrap Monasca database

Alembic uses the monasca-agent config file for the DB
credentials. These are therefore no longer required.

Partially-Implements: blueprint monasca-roles
Change-Id: Id076e7a0b838888314159dd9e76697f89adecb5e
This commit is contained in:
Doug Szumski 2018-09-19 17:52:19 +01:00
parent b31d6ed6e9
commit 4c0656e10f
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@
environment:
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
MONASCA_DATABASE_ADDRESS: "{{ database_address }}"
MONASCA_DATABASE_PORT: "{{ database_port }}"
MONASCA_DATABASE_USER: "{{ monasca_database_user }}"
MONASCA_DATABASE_PASSWORD: "{{ monasca_database_password }}"
MONASCA_DATABASE_NAME: "{{ monasca_database_name }}"
image: "{{ monasca_api.image }}"
labels:
BOOTSTRAP: