magnum/magnum/tests/unit/conductor/handlers
Wenzhi Yu 63b5c21c8d Rollback bay on update failure
There is a rollback mechanism in heat after the stack
update failed. There should be a rollback mechanism in
magnum after bay update failed.

This patch add new microversion 1.3 to add rollback
support for Magnum bay, user can enable rollback on bay
update failure by specifying microversion 1.3 in header(
{'OpenStack-API-Version': 'container-infra 1.3'}) and
passing 'rollback=True'(http://XXX/v1/bays/XXX/?rollback=True)
when issuing bay update reqeust.

Change-Id: Idd02769f98078702404a11dc9f7a3339ce4e22eb
Partially-Implements: blueprint bay-rollback-on-update-failure
2016-08-15 17:09:23 +08:00
..
common Add x509keypair_cert_manager to store certs in DB 2016-06-23 09:08:52 +05:30
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_bay_conductor.py Rollback bay on update failure 2016-08-15 17:09:23 +08:00
test_ca_conductor.py Add x509keypair_cert_manager to store certs in DB 2016-06-23 09:08:52 +05:30
test_conductor_listener.py Use assertTrue/False instead of assertEqual(T/F) 2015-10-29 11:17:01 +01:00
test_indirection_api.py Indirection API implementation 2015-09-01 16:38:36 +02:00
test_k8s_bay_conductor.py Rollback bay on update failure 2016-08-15 17:09:23 +08:00
test_mesos_bay_conductor.py Use symlinks for common template files 2016-08-10 11:34:24 -05:00
test_swarm_bay_conductor.py Use symlinks for common template files 2016-08-10 11:34:24 -05:00