deb-zaqar/devstack
Flavio Percoco f38cecfdfc Disable DEPRECATED API versions by default
API v1.0 has been deprecated for a while and v1.1 will be deprecated
soon. We shouldn't be enabling deprecated API versions by default. This
patch adds a decorator to disable deprecated APIs by default unless they
have been explicitly enabled in the environment.

Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>

Change-Id: I62fb4d18bc6c9f5455bff0d56e42269b4590b454
2016-09-04 11:55:24 +12:00
..
gate Remove tempest smoke tests run 2016-06-28 16:20:04 +02:00
README.rst Fix few typos in headings 2015-09-19 16:37:56 +05:30
plugin.sh Disable DEPRECATED API versions by default 2016-09-04 11:55:24 +12:00
settings Add a trust notifier task 2016-07-07 08:58:42 +02:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin zaqar https://github.com/openstack/zaqar
  3. Run stack.sh