diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2019-06-14 11:51:52 +0100 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2019-08-27 17:12:15 -0500 |
| commit | 6419533f436c6c369e05662c6ced26ad0bc68240 (patch) | |
| tree | 52c06195e2a9456b3d10d1ddbee451a7d0113298 /openstackclient/common/configuration.py | |
| parent | b9d63105566c84db11a976846844ad7b3a0b331e (diff) | |
| download | python-openstackclient-6419533f436c6c369e05662c6ced26ad0bc68240.tar.gz | |
Bump hacking version
Pick up newer versions of this library. Thankfully no serious changes
are needed.
Change-Id: I69e523844529fc1c8aa0c1ce764182dbe29cfeb6
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'openstackclient/common/configuration.py')
| -rw-r--r-- | openstackclient/common/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/configuration.py b/openstackclient/common/configuration.py index 57825bb0..ce646b1e 100644 --- a/openstackclient/common/configuration.py +++ b/openstackclient/common/configuration.py @@ -52,6 +52,6 @@ class ShowConfiguration(command.ShowOne): info = self.app.client_manager.get_configuration() for key, value in six.iteritems(info.pop('auth', {})): if parsed_args.mask and key.lower() in secret_opts: - value = REDACTED + value = REDACTED info['auth.' + key] = value return zip(*sorted(six.iteritems(info))) |
