commit | 775c5de510db341daec3a1a9bc582faa77ca2ef6 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri May 26 09:44:24 2017 -0700 |
committer | Scott Baker <scottb@onlab.us> | Fri May 26 17:56:09 2017 -0700 |
tree | c8f60dc66a25fc69826159a9f31992323466f41c | |
parent | b03e0a7a384f54233c716fa37575385080b0db6d [diff] |
CORD-1363 fix vrouter delete Change-Id: I92eb35c29fc6d35cb2b4caa97d402b5b4d859b1b
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):