zaqar/devstack
Ryan S. Brown dd016c75c9 Use Client-ID in devstack ping request to Zaqar
With the recently merged patch https://review.openstack.org/274972,
Zaqar now requires "Client-ID" header for API v2.

Our devstack plugin checks if Zaqar has started by sending request to
Zaqar's ping endpoint. But devstack plugin is not using "Client-ID"
header for sending this request, so the request now always fails and
devstack thinks that Zaqar service hasn't started.

This patch adds "Client-ID" header to the ping request to Zaqar in the
devstack plugin.

Change-Id: I441a5a9778d0676e0a380f5e20be40e1a029409f
2016-02-10 20:34:00 +00:00
..
gate Allow running zaqarclient for gate tests 2015-09-21 07:19:59 +00:00
README.rst Fix few typos in headings 2015-09-19 16:37:56 +05:30
plugin.sh Use Client-ID in devstack ping request to Zaqar 2016-02-10 20:34:00 +00:00
settings Add the default repos into devstack/settings file 2015-11-20 22:54:43 +05:30

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