Comment 4 for bug 1532776

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-zaqarclient (master)

Reviewed: https://review.openstack.org/266808
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=f985063ff1957f18988997bd215fa29e13dc1ba3
Submitter: Jenkins
Branch: master

commit f985063ff1957f18988997bd215fa29e13dc1ba3
Author: MD NADEEM <email address hidden>
Date: Wed Jan 13 14:48:16 2016 +0530

    Update pool on pool create if it exists

    As of now on PUT, zaqar server updates pool if
    it is already exists else it will create a new one.
    However zaqar client return previous pool info if
    it is already exists. This result to a confusion for
    operator.

    The zaqar client should maitain symmetry with zaqar server.

    Change-Id: I0e7311321630c3f931cf27b0828394589eaf7320
    Partial-Bug: #1532776