glance/glance/cmd
Abhishek Kekane 348bff6c49 Unit tests fails with oslo.config 7.0
Glance unit tests fails using oslo.config 7.0 while parsing
command line options. In oslo.config 7.0 default value of for
'required' option is changed to None from False. This 'required'
option is used to specify whether positional arguments are
required or not. As glance replicator command line tool is using
some positional arguments which are not always required causing
problems for running unit tests.

Added required=False to these positional arguments to fix this
issue.

Co-authored-by: Stephen Finucane <sfinucan@redhat.com>
Co-authored-by: Abhishek Kekane <akekane@redhat.com>

Change-Id: I3d048010c5c3a62adba0315d3d6c9bb3c051a8e2
2020-02-12 06:00:17 +00:00
..
__init__.py Remove i18n.enable_lazy() call from glance.cmd 2018-12-05 16:37:41 -05:00
api.py Add support for oslo.reports 2019-09-20 05:17:58 +00:00
cache_cleaner.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
cache_manage.py Add cache-manage utility using v2 API 2019-02-27 06:43:13 +00:00
cache_prefetcher.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
cache_pruner.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
control.py Import i18n functions directly 2015-12-07 18:20:43 +03:00
manage.py Change default age of purge_images_table to 180 2018-07-06 13:05:23 +01:00
registry.py Add support for oslo.reports 2019-09-20 05:17:58 +00:00
replicator.py Unit tests fails with oslo.config 7.0 2020-02-12 06:00:17 +00:00
scrubber.py Multiple backend support for scrubber 2019-08-06 08:34:31 +00:00
status.py Implement scaffolding for upgrade checks 2018-12-05 16:43:00 -05:00