puppet-nova/releasenotes/notes/add_enable_new_services_parameter-0174ea25ea8b5de7.yaml
Tobias Urdin 6bb922b140 Add the enable_new_services option to nova::conductor
Adds the enable_new_services parameter to the
nova::conductor class. When a new nova services
is started the conductor will create the services.
If enable_new_services is set to False it will set
them to disabled when they are added.

Default value for the enable_new_services option
is True which is the default in the nova code.

Change-Id: I91bfc7a04071025a58629641b5da4f8347cfc133
2016-12-12 14:37:06 +01:00

4 lines
82 B
YAML

---
features:
- Adds the enable_new_services config parameter to nova conductor