Comment 4 for bug 1194315

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

Reviewed: https://review.openstack.org/156209
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=d3cfecca835fed631cca587f44b80e24362f4883
Submitter: Jenkins
Branch: master

commit d3cfecca835fed631cca587f44b80e24362f4883
Author: vponomaryov <email address hidden>
Date: Mon Feb 16 13:57:40 2015 +0200

    Move definition of couple of config opts to proper module

    Define config options 'osapi_max_limit' and 'osapi_share_base_URL' in proper
    module to be able to run module "manila.api.common" without import of
    module "manila.common.config". Without it all unit test modules that import
    "manila.api.common" fail due to not defined mentioned config opts.

    Change-Id: I725ab6cc7d777b3384bdd9095c72ecd65079e6cf
    Closes-Bug: #1194315