python-tripleoclient/tripleoclient
Jiri Podivin 2400624bd4 Moving the 'export_data' dict into constants
The 'export_data' variable in the 'tripleoclient.export.export_stack'
is accessed in read-only manner and is used to determine
parameters selected for export.

It is, effectivelly, a constant, but placed within a function
body, without declaration of it's exact contents in the docstrings.

By moving the 'export_data' among constants, we expose the information
about exported parameters, with minimal change to the original code,
as the 'tripleoclient.constants' is already imported by the module.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I408560ffbecd145b476aa5205c4fd1c780491d0c
2021-06-24 10:41:54 +02:00
..
config Use ephemeral Heat by default 2021-06-11 07:53:10 -04:00
tests Merge "Copy the deployment archive to /var/lib/tripleo" 2021-06-22 20:11:44 +00:00
v1 Merge "Default Heat images to container image prepare defaults" 2021-06-23 21:09:23 +00:00
v2 Make 'ansible_playbooks' pre-network config only 2021-06-16 15:18:09 +02:00
workflows Merge "Fix overcloud node provide" 2021-06-15 07:15:51 +00:00
__init__.py Add ReNo support 2016-10-08 00:28:43 +00:00
command.py Use correct default key file and normalize the usage 2020-02-20 08:52:09 -06:00
constants.py Moving the 'export_data' dict into constants 2021-06-24 10:41:54 +02:00
exceptions.py Baremetal deploy - user playbook interface 2021-06-03 08:55:39 +02:00
export.py Moving the 'export_data' dict into constants 2021-06-24 10:41:54 +02:00
heat_launcher.py Merge "Check for the service queue with ephemeral heat" 2021-06-11 07:31:14 +00:00
noauth_policy.json Add heat_launcher module to help launch heat-all 2017-02-08 15:49:24 -05:00
plugin.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
utils.py Merge "Copy the deployment archive to /var/lib/tripleo" 2021-06-22 20:11:44 +00:00