summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Smola <lsmola@redhat.com>2013-10-16 11:20:51 +0000
committerLadislav Smola <lsmola@redhat.com>2013-10-16 11:31:06 +0000
commit6df20fbf2f75d7f1cd9123d25a34e20f716f0940 (patch)
treebf749e215a726003719c4923e1dd6356950267dc
parentf57919123923f056271cc1f758e7d131c317d708 (diff)
downloadtuskar-ui-6df20fbf2f75d7f1cd9123d25a34e20f716f0940.tar.gz
Adding attribute ip_address_other
- this one is not propagated correctly, someone forgot to add it, when the node abstraction was added Change-Id: I4558eb693f5806b3496ce081ad1b9e61813c27ce
-rw-r--r--tuskar_ui/api.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tuskar_ui/api.py b/tuskar_ui/api.py
index 3fb5419d..77c3f2a3 100644
--- a/tuskar_ui/api.py
+++ b/tuskar_ui/api.py
@@ -328,6 +328,10 @@ class Node(StringIdAPIResourceWrapper):
return self.nova_baremetal_node_attribute('mac_address')
@property
+ def ip_address_other(self):
+ return self.nova_baremetal_node_attribute('ip_address_other')
+
+ @property
def pm_address(self):
return self.nova_baremetal_node_attribute('pm_address')