python-muranoclient/muranoclient
Ellen Batbouta 62e4565449 Ignore default values for deprecated security parameters
The command line parameters, ca-file, key-file, and cert-file,
are deprecated.  The problem is that the argument parser stores
the values for the deprecated parameters into the same attributes
used by Keystone.  As a result the murano dashboard is overriding
the default values of the Keystone attributes with its own default
values. This is wrong.

The change is to ignore these parameters if they are not specified
on the command line.  This will allow the Keystone client's method,
register_cli_options, to set them to the correct default values.
If the user specifies these parameters on the command line, then
we will honor them.

Change-Id: I08974f7fea0cd0cb2a906e26c9f197209c473b9b
Closes-bug: #1767144
2018-05-04 23:07:43 -04:00
..
apiclient Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
common Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
data Update package composing command 2015-04-10 16:11:59 +00:00
glance Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2018-03-06 12:03:15 +00:00
osc Add package download to openstack CLI 2017-08-22 21:59:47 +08:00
tests Use generic user for both zuul v2 and v3 2017-10-17 14:12:19 +07:00
v1 update env template output 2017-09-23 05:59:36 +00:00
__init__.py Add --version parameter for murano python client 2015-06-22 16:01:45 +00:00
client.py Make method import_versioned_module work 2017-03-14 09:59:46 +00:00
i18n.py Update the documentation link for doc migration 2017-08-02 16:55:04 +08:00
shell.py Ignore default values for deprecated security parameters 2018-05-04 23:07:43 -04:00
version.py Cherry-pick following change-ids from release-0.2. 2013-09-03 15:15:02 +04:00