Assaf Muller
af6cc76631
Change all occurences of no_delete to do_delete
...
Previously, ports, networks and subnets had a do_delete=True
parameter. By default, these resources were deleted at the
end of the context manager scope. All other resources used
a different semantic: no_delete=False.
This caused confusing situations such as:
with self.subnet(network, do_delete=False) as subnet:
with self.security_group(no_delete=True) as sg:
pass
Now all resources use the same do_delete semantic.
Closes-Bug: #1336196
Change-Id: I4627481813f714819efe85831e2a55975ea71ed4
2014-07-13 14:09:26 +03:00
..
2014-07-01 23:57:20 +00:00
2014-03-17 16:32:44 -07:00
2014-07-13 14:09:26 +03:00
2014-06-21 15:07:31 +08:00
2014-07-10 13:04:30 +04:00
2014-07-13 14:09:26 +03:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-25 21:33:10 +00:00
2014-05-27 00:07:11 +00:00
2014-06-30 06:32:17 +00:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-07-13 14:09:26 +03:00
2014-06-25 21:33:10 +00:00
2014-07-13 14:09:26 +03:00
2014-04-22 16:22:02 +00:00
2014-07-13 14:09:26 +03:00
2014-06-26 12:29:01 +09:00
2014-07-05 01:15:52 +00:00
2014-07-13 14:09:26 +03:00
2014-06-25 14:41:22 -07:00
2014-06-21 15:07:31 +08:00
2014-07-13 14:09:26 +03:00
2014-07-13 14:09:26 +03:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-05-28 18:49:53 -07:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-25 21:33:10 +00:00
2014-06-21 15:07:31 +08:00
2014-05-01 11:20:18 +09:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2013-09-07 02:10:57 +09:00
2014-05-22 13:17:51 +02:00
2013-10-23 10:59:16 +08:00
2014-06-21 15:07:31 +08:00
2014-07-13 14:09:26 +03:00
2014-06-30 14:07:59 +03:00
2014-06-21 15:07:31 +08:00
2014-06-24 10:35:39 +02:00
2014-06-20 13:20:20 +04:00
2014-06-12 09:43:09 +08:00
2014-04-10 11:40:56 +00:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2013-12-13 08:40:28 -07:00
2014-07-13 14:09:26 +03:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-05-04 12:39:19 +02:00
2014-07-13 14:09:26 +03:00
2014-06-21 15:07:31 +08:00
2014-05-19 12:16:56 +02:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-03-17 15:48:46 -04:00
2014-07-02 07:04:57 -07:00
2014-07-13 14:09:26 +03:00
2014-03-28 05:49:13 +00:00
2014-05-21 13:29:01 -07:00
2014-07-03 18:19:27 +04:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-04-10 11:40:56 +00:00
2014-07-02 12:25:00 +02:00
2014-06-16 09:18:52 +02:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2014-07-05 01:15:52 +00:00
2014-06-21 15:07:31 +08:00
2014-06-21 15:07:31 +08:00
2013-09-25 14:41:31 +08:00