commit | 4435ce3e9707a4bda12a931153fbd8f7053b48de | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri May 26 09:44:24 2017 -0700 |
committer | Scott Baker <scottb@onlab.us> | Wed Jun 21 11:31:53 2017 -0700 |
tree | 942afb069c8ad3773e4a666da158a1e0138f3e90 | |
parent | 900187ad0ccb924706e9f0f837fa07f66cfbf6bb [diff] |
CORD-1363 fix vrouter delete Change-Id: I92eb35c29fc6d35cb2b4caa97d402b5b4d859b1b (cherry picked from commit 775c5de510db341daec3a1a9bc582faa77ca2ef6)
diff --git a/xos/attic/vroutertenant_model.py b/xos/attic/vroutertenant_model.py index 7fde19d..394f4a5 100644 --- a/xos/attic/vroutertenant_model.py +++ b/xos/attic/vroutertenant_model.py
@@ -29,7 +29,7 @@ if self.address_pool: ap = self.address_pool if ap: - ap[0].put_address(self.public_ip) + ap.put_address(self.public_ip) self.public_ip = None def delete(self, *args, **kwargs):