tricircle/tricircle/xjob
zhiyuan_cai 7e8f1fcb53 Support floating ip deletion
1. What is the problem
User cannot correctly delete floating ip via the Tricirce plugin.

2. What is the solution to the problem
Overwrite delete_floatingip method in the Tricircle plugin. We
first update the floating ip to disassociate it with fixed ip,
then invoke delete_floatingip method in the base class to delete
the database record.

3. What the features need to be implemented to the Tricircle
   to realize the solution
Deletion of floating ip is now supported.

Change-Id: Ia8bf6e7499321c1be085533e8695eea6ac8ef26d
2016-09-22 09:55:46 +08:00
..
__init__.py Fix incorrect file permission 2016-05-24 16:04:16 +08:00
opts.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
xmanager.py Support floating ip deletion 2016-09-22 09:55:46 +08:00
xservice.py Change dhcp port creation mechanism 2016-08-05 16:28:38 +08:00