db/instance: add support for IPs in response body (#199)
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go
index b26fb29..6bfde15 100644
--- a/openstack/db/v1/instances/results.go
+++ b/openstack/db/v1/instances/results.go
@@ -45,6 +45,10 @@
// to the correct database instance.
Hostname string
+ // The IP addresses associated with the database instance
+ // Is empty if the instance has a hostname
+ IP []string
+
// Indicates the unique identifier for the instance resource.
ID string