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:
parent
b31d6ed6e9
commit
4c0656e10f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user