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.

Change-Id: Ic54f8a6882132c4fe22aaf7e3cc4dcf45a11eb64
This commit is contained in:
zhangyangyang 2017-10-01 22:57:37 +08:00
parent c60b1b3534
commit 05733f8a3a
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::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
# 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.