Files
devstack/lib
Alistair Coles 24779f65a6 Add swift user and project in non-default domain
Swift has functional tests that check access controls
between users and projects in differing domains. Those tests
are currently skipped by default since swift tests are
configured to use keystone v2 API. In order for those
tests to pass when using keystone v3 API, a user and
project must be setup in a non-default domain.

This patch creates a domain, and a user and project in
that domain, in support of swift functional tests moving
to using keystone v3 API.

Changes:
lib/swift
    - create a new domain, project and user for
      swift testing
    - add new project and user credentials to swift
      test config file
    - set correct identity service url in swift test
      config file according to kesytone API version

functions-common
    - add function get_or_create_domain
    - modify get_or_create_user and get_or_create_project
      functions to optionally specify a domain

Change-Id: I557de01bf196075f2f3adcdf4dd1b43756d8a0ae
2014-10-21 14:36:15 +01:00
..
2014-10-02 15:30:50 -05:00
2014-08-15 15:47:22 +02:00
2014-10-09 14:38:14 +05:30
2014-10-01 16:20:22 -04:00
2014-09-15 10:06:48 -05:00
2014-10-14 21:00:36 +00:00
2014-10-03 08:04:00 -04:00
2014-09-28 02:24:26 +00:00
2014-10-08 22:14:51 +00:00
2014-10-02 09:24:58 +02:00