6c1769a15e
Use DevStack's plugin model to allow for developers to easily set up the Watcher services within DevStack. Provides documentation on how to use the plugin as well as documentation on how to configure a multi-node DevStack installation to use. Also provides an example local.conf for both the controller and compute nodes. Implements blueprint devstack-plugin Change-Id: Ide663813f7a49d645877a21a0d1914be3218385e
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
# DevStack settings
|
|
|
|
# Make sure rabbit is enabled
|
|
enable_service rabbit
|
|
|
|
# Enable Watcher services
|
|
enable_service watcher-api
|
|
enable_service watcher-decision-engine
|
|
enable_service watcher-applier
|