Merge "Remove nova-start"
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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.
|
Reference in New Issue
Block a user