commit | d2b755f4034c418bbb7d6cb0bd59d5d85617978e | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 07 14:01:57 2015 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:39 2015 +0200 |
tree | 643a7cf958ca201b4ff4947e6255c650ff0c9587 | |
parent | 05665d66b099599dceaba95aee2dd8fd1dc13537 [diff] [blame] |
add various fixes
diff --git a/openstack/db/v1/instances/fixtures.go b/openstack/db/v1/instances/fixtures.go index 9b4b209..1388e23 100644 --- a/openstack/db/v1/instances/fixtures.go +++ b/openstack/db/v1/instances/fixtures.go
@@ -89,7 +89,7 @@ ) var ( - restartReq = `{"restart": true}` + restartReq = `{"restart": {}}` resizeReq = `{"resize": {"flavorRef": "2"}}` resizeVolReq = `{"resize": {"volume": {"size": 4}}}` )