magnum/magnum/tests/unit/api/controllers/v1
Diogo Guerra 332e2b6fe4 Add CT tags field to the database and API
We noticed that from the user perspective it is hard
to know when a cluster_template provided by the cloud
admin is mature enough for a production release.
This field will allow the administrator to add an
annotation to the cluster template like
{deprecated, recommended, testing} giving further
usefull information to the end user about the
template's life cycle

This patch adds the necessary database column and
API objects to handle the new argument.

story: 2007857
task: 40160

Change-Id: I5d1c4221f089bc5cd12b25f620aa01771a029df9
Signed-off-by: Diogo Guerra <diogo.filipe.tomas.guerra@cern.ch>
2021-02-05 22:45:47 +00:00
..
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_bay.py Fix validation for master_lb_enabled 2021-01-05 16:28:10 +00:00
test_baymodel.py Fix pep8 for ambiguous variable name 2020-05-12 08:38:23 +00:00
test_certificate.py [k8s] Support CA certs rotate 2020-08-24 16:31:58 +12:00
test_cluster.py Allow nodegroups with node_count equal to 0 2021-02-04 13:07:18 +00:00
test_cluster_actions.py Support upgrade on behalf of user by admin 2020-05-19 08:49:49 +00:00
test_cluster_template.py Add CT tags field to the database and API 2021-02-05 22:45:47 +00:00
test_federation.py Fix pep8 for ambiguous variable name 2020-05-12 08:38:23 +00:00
test_magnum_service.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00
test_nodegroup.py Allow nodegroups with node_count equal to 0 2021-02-04 13:07:18 +00:00
test_quota.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00
test_stats.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00
test_types.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00
test_utils.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00