Merge "Add DB sync action"

This commit is contained in:
Jenkins 2017-02-16 12:35:59 +00:00 committed by Gerrit Code Review
commit 9d50ce7330
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
actions:
- name: neutron-db-sync
image: neutron-base
dependencies:
- neutron-db-create
command: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
files:
- path: /etc/neutron/neutron.conf
content: neutron.conf.j2
- path: /etc/neutron/plugins/ml2/ml2_conf.ini
content: ml2_conf.ini.j2