shipyard/src/bin/shipyard_airflow/shipyard_airflow/control
Bryan Strassner 667a538330 Support clearing collections of configdocs
Adds an option to create configdocs as an empty colleciton. This is done
as an explicit flag (--empty-collection) on the command as opposed to
using empty files to prevent accidental emtpy file loads leading to
frustration.

Since this introduced a new flag value for the CLI, the CLIs using flag
values were updated to use the standard is_flag=True instead of the
flag_value=True or some other value when a boolean flag is expected.

Minor updates to CLI tests due to moving to responses 0.10.2

Depends-On: https://review.openstack.org/#/c/614421/

Change-Id: I489b0e1183335cbfbaa2014c1458a84dadf6bb0b
2018-11-30 13:36:14 -06:00
..
action Add notes processing to the Shipyard API+CLI 2018-10-11 15:36:22 -05:00
af_monitoring Refactor policies to use constant values 2018-08-08 10:58:55 -05:00
configdocs Support clearing collections of configdocs 2018-11-30 13:36:14 -06:00
helpers Support clearing collections of configdocs 2018-11-30 13:36:14 -06:00
logging [refactor] logging refactor + redaction filter 2018-06-01 17:14:15 -05:00
middleware Add notes processing to the Shipyard API+CLI 2018-10-11 15:36:22 -05:00
notes Modify note access methods 2018-10-16 07:45:02 -05:00
status Refactor policies to use constant values 2018-08-08 10:58:55 -05:00
util Mask password in logs for database connection 2018-07-26 12:37:00 -05:00
validators actions: Add Shipyard action to test site 2018-09-27 16:38:54 -05:00
__init__.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
api.py Modify note access methods 2018-10-16 07:45:02 -05:00
api_lock.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
base.py Add notes processing to the Shipyard API+CLI 2018-10-11 15:36:22 -05:00
health.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
json_schemas.py Trivial: update url to new url 2018-06-07 18:00:04 +08:00
service_clients.py Add configurable timeout for Drydock client 2018-11-13 13:10:07 -06:00
service_endpoints.py Add Keystone options to registration of config 2018-06-06 14:50:54 -05:00
start_shipyard.py Add Shipyard profiler 2018-10-05 13:55:58 +00:00