Merge "Use keystoneauth to prevent logging sensitive data"
This commit is contained in:
commit
4f927a2959
@ -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
|
||||
|
@ -21,3 +21,4 @@ pyasn1
|
||||
pyasn1-modules
|
||||
pyOpenSSL>=0.14
|
||||
stevedore>=1.5.0 # Apache-2.0
|
||||
keystoneauth1>=2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user