~ubuntuone-pqm-team/python-keystoneclient/trunk

« back to all changes in this revision

Viewing changes to keystoneclient/tests/unit/auth/test_conf.py

  • Committer: Douglas Mendizábal
  • Author(s): OpenStack Release Bot
  • Date: 2022-03-04 16:43:46 UTC
  • Revision ID: git-v1:8d8c31e5008326520206804fbdabf96993ab0c45
Update master for stable/xena

Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: Id7127c22dd9865c8ac08a1239f0ba483b9dacddc

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# License for the specific language governing permissions and limitations
11
11
# under the License.
12
12
 
 
13
from unittest import mock
13
14
import uuid
14
15
 
15
 
import mock
16
16
from oslo_config import cfg
17
17
from oslo_config import fixture as config
18
18
import stevedore