Merge "Remove nova-start"

This commit is contained in:
Jenkins
2017-10-09 03:47:23 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 8 deletions

View File

@@ -64,14 +64,6 @@ class nova::deps {
Anchor['nova::install::end'] ~> Anchor['nova::service::begin'] Anchor['nova::install::end'] ~> Anchor['nova::service::begin']
Anchor['nova::config::end'] ~> Anchor['nova::service::begin'] Anchor['nova::config::end'] ~> Anchor['nova::service::begin']
# This is here for backwards compatibility for any external users of the
# nova-start anchor. This should be considered deprecated and removed in the
# N cycle
anchor { 'nova-start':
require => Anchor['nova::install::end'],
before => Anchor['nova::config::begin'],
}
############################################################################# #############################################################################
# NOTE(aschultz): these are defined here because this syntax allows us # NOTE(aschultz): these are defined here because this syntax allows us
# to override the subscribe/notify order using the spaceship operator. # to override the subscribe/notify order using the spaceship operator.

View File

@@ -0,0 +1,6 @@
---
upgrade:
- Remove nova-start
This is here for backwards compatibility for any external users of the
nova-start anchor. This should be considered deprecated and removed in the
future cycle.