commit | 162f0d00afbdb92e2a8c3a4b9577d74575870240 | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Fri Jun 02 17:18:53 2017 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Fri Jun 02 17:18:53 2017 +0400 |
tree | 58630f7f8872b49d3ce3b1cf4aedb432fdb86dd8 | |
parent | 4b70b46fdb3c0f24a8a7b8c960d1ab4e3fa9725e [diff] [blame] |
Fix nova service ID type Change-Id: Ic726de7cb537dcc76aab2ec7f4382c4e97a8abb5
diff --git a/openstack/compute/v2/extensions/os-services/results.go b/openstack/compute/v2/extensions/os-services/results.go index 3c6bb04..4a8975a 100644 --- a/openstack/compute/v2/extensions/os-services/results.go +++ b/openstack/compute/v2/extensions/os-services/results.go
@@ -3,7 +3,7 @@ import "gerrit.mcp.mirantis.net/debian/gophercloud.git/pagination" type OsService struct { - ID string `json:"id"` + ID int `json:"id"` Host string `json:"host"` State string `json:"state"` Status string `json:"status"`