Comment 13 for bug 1257021

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

Reviewed: https://review.openstack.org/72595
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=4c8ef841d3580c9bb9a97f50f36a42686c3de8ab
Submitter: Jenkins
Branch: master

commit 4c8ef841d3580c9bb9a97f50f36a42686c3de8ab
Author: Sushil Kumar <email address hidden>
Date: Tue Feb 11 08:45:58 2014 +0000

    Raises BadRequest for grant_access on ignore_dbs

    Reasons:
    - Currently, it just logs an informative log in guestagent log, and then
      control shifts to next line, which provides the requested grant.
    - This brings the need to raise the exception instead of informative
      logging.

    Changes:
    - Raises BadRequest if ignore_dbs are requested access instead of
      informative logging into guest-agent logs.

    Change-Id: I9df08d04cd42916f3d1f91e05cd4799bb9041eae
    Closes-Bug: #1257021