tripleo-common/tripleo_common/utils
Zenghui Shi 2dd6d146c7 Defaults to parent_resource name correctly
When name attribute of deployment is an empty
string, dict.get will return that empty string
instead of returning the default value set in
the second param of dict.get(first, second).
This patch fixes it by returning the default
value.

Change-Id: I7b48414fd18e01594f6d9b0d106c2abb71b7f676
Related-Bug: #1755078
(cherry picked from commit 204947c908)
2018-04-04 15:06:21 +00:00
..
__init__.py Initial workflow implementation of tripleo-common 2015-12-07 12:38:42 -05:00
config.py Defaults to parent_resource name correctly 2018-04-04 15:06:21 +00:00
glance.py Accept glance image ID in addition to name 2017-10-24 15:22:03 -04:00
keystone.py Switch to use sessions on zaqar, nova and swift 2017-11-23 02:47:58 +00:00
nodes.py Set physical_network on baremetal nodes 2018-02-09 00:52:39 +01:00
overcloudrc.py Stop setting IRONIC_API_VERSION and OS_BAREMETAL_API_VERSION in overcloudrc 2017-11-24 14:55:15 +01:00
parameters.py Derive Params (part 1): Initial workflow to start 2017-06-09 03:57:56 -04:00
passwords.py Manage legacy OS::TripleO::RandomString resources in constants 2018-01-08 20:28:27 +00:00
plan.py Use Swift to store Plan environment 2017-06-07 16:51:28 +02:00
roles.py Added networks_skip_config parameter to the roles file 2018-02-21 16:52:10 +05:30
swift.py Add UC Backup Mistral workflow definition and actions 2018-02-05 16:38:01 +00:00
tarball.py Exclude more unneeded files from default plan 2016-08-23 17:52:03 +02:00
time_functions.py Add GUI logging workflows 2017-08-08 08:55:55 +02:00
validations.py Fix chown command for tripleo validation. 2017-11-22 15:09:08 +00:00