Merge "Pass prompt_for_password to OSC_Config constructor"

This commit is contained in:
Zuul 2018-07-10 00:51:11 +00:00 committed by Gerrit Code Review
commit 68e12d9f68
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ class OpenStackShell(app.App):
# will it be used.
try:
self.cloud_config = cloud_config.OSC_Config(
pw_func=prompt_for_password,
override_defaults={
'interface': None,
'auth_type': self._auth_type,