tap-as-a-service/neutron_taas/taas_client
Kazuhiro Suzuki 752fb029fa Add status field in the TaaS API
In the current implementation, when the TaaS API (tap-service,
tap-flow) call completes, the status of result is returned. [1]
In order to adopt an asynchronous model, the 'status' field is
needed in the API.
The following code adds the status field in the API.
In the first step, the status is set to 'ACTIVE' by default.

[1]: http://lists.openstack.org/pipermail/openstack-dev/2016-March/090088.html

Depends-On: Ie6b3811e41a94721679c9178cdd5119bdad8208d
Change-Id: Ib8e4ad15e5b4272ac7f8800f72d7f2c003db798e
2016-09-23 19:03:31 +09:00
..
__init__.py Re-implement TaaS CLI as a NeutronClient extension 2016-01-15 18:05:15 +09:00
tapflow.py Add status field in the TaaS API 2016-09-23 19:03:31 +09:00
tapservice.py Add status field in the TaaS API 2016-09-23 19:03:31 +09:00