Merge "Use keystoneauth to prevent logging sensitive data"

This commit is contained in:
Jenkins 2016-01-06 06:13:12 +00:00 committed by Gerrit Code Review
commit 4f927a2959
2 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from keystoneclient.auth.identity import v2 as v2_client
from keystoneclient.auth.identity import v3 as v3_client
from keystoneclient import session
from keystoneauth1.identity import v2 as v2_client
from keystoneauth1.identity import v3 as v3_client
from keystoneauth1 import session
from oslo_config import cfg
from oslo_log import log as logging
from oslo_utils import excutils

View File

@ -21,3 +21,4 @@ pyasn1
pyasn1-modules
pyOpenSSL>=0.14
stevedore>=1.5.0 # Apache-2.0
keystoneauth1>=2.1.0