Re-add missing nova::dbsync_api anchors.

Re-add some anchors required by:
I234d2e9e219c6ea4235c3d3c5193b8924d6e6f8e

Change-Id: I3d0292dba8305fd73ed06ee7895aa2bc65aa8d6f
This commit is contained in:
Dan Prince 2016-02-03 12:22:10 +01:00
parent 1e12e9c45c
commit e64bc9a57b

View File

@ -20,6 +20,8 @@ class nova::deps {
-> anchor { 'nova::db::end': }
~> anchor { 'nova::dbsync::begin': }
-> anchor { 'nova::dbsync::end': }
~> anchor { 'nova::dbsync_api::begin': }
-> anchor { 'nova::dbsync_api::end': }
~> anchor { 'nova::service::begin': }
~> Service<| tag == 'nova-service' |>
~> anchor { 'nova::service::end': }
@ -43,10 +45,13 @@ class nova::deps {
# The following resourcs are managed by calling 'nova manage' and so the
# database must be provisioned before they can be applied.
Anchor['nova::dbsync::end']
-> Anchor['nova::dbsync_api::end']
-> Nova_cells<||>
Anchor['nova::dbsync::end']
-> Anchor['nova::dbsync_api::end']
-> Nova_floating<||>
Anchor['nova::dbsync::end']
-> Anchor['nova::dbsync_api::end']
-> Nova_network<||>
# Installation or config changes will always restart services.