deb-sahara/devstack
OpenStack Proposal Bot a4a3b18f89 Remove enable_notifications option
In the oslo.messaging to enable or disable notifications
uses the 'notification_driver' option. This approach used
in many Openstack projects.

By default the option is empty, that means no notification will be send.
To enable notification needs to set the value with one of supported drivers
(e.g. messagingv2).

Change-Id: Ifdc38d56a4fa3a1755fff72d4bef88937c0170ed
2016-11-09 12:50:43 +00:00
..
upgrade Replace old CLI calls in grenade 2016-08-19 12:55:00 +03:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Remove enable_notifications option 2016-11-09 12:50:43 +00:00
settings ability to configure endpoint type for services 2016-06-25 16:17:00 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
  1. run stack.sh