Remove the ansible neutron-api db sync as for other services
authormarios <marios@redhat.com>
Mon, 13 Feb 2017 09:40:32 +0000 (11:40 +0200)
committermarios <marios@redhat.com>
Mon, 13 Feb 2017 09:40:32 +0000 (11:40 +0200)
In line with other service we leave the db sync to puppet unless
needed for some workaround/upgrade related reason.

Change-Id: I9ae463cda19ffdd66f9ccbae40e85551841ab938

puppet/services/neutron-api.yaml

index 65fa0d8..e89509b 100644 (file)
@@ -198,6 +198,3 @@ outputs:
         - name: Stop neutron_api service
           tags: step2
           service: name=neutron-server state=stopped
-        - name: Sync neutron_api DB
-          tags: step5
-          command: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini upgrade head