Remove faulty migration logic to stop nova-api
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 17 Oct 2016 06:47:34 +0000 (09:47 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 17 Oct 2016 06:47:34 +0000 (09:47 +0300)
commitbd5fd8c1095a6d66e94a6629a3be6bf5f81dc687
tree0b5a9d29fa3e0c7323b78df8893a1503521399b4
parentdae21b71bb7c9e5a5661afc4e0653220c3ae10cf
Remove faulty migration logic to stop nova-api

The patch making nova run over httpd had added migration logic to
stop nova-api, However, this doesn't work since nova-metadata is
running over the same process. Now, the fact that is was running
seems to be just luck, since the systemctl runs, then we start the
service via the nova::api resource. So this is fragile in it's
current state.

This then removes the exec, as we don't need it for the migration.

Change-Id: I4603b81d30a704b07eef461b3cdbfe164614b04f
manifests/profile/base/nova/api.pp