commit | 7d6989cff7d273d5baa9ce2bb995e5df4f332545 | [log] [tgz] |
---|---|---|
author | Joe Topjian <joe@topjian.net> | Tue May 05 20:38:08 2015 +0000 |
committer | Joe Topjian <joe@topjian.net> | Tue May 05 20:38:08 2015 +0000 |
tree | 6870e275d5f278d852a347f6cc4070a98f8b75c7 | |
parent | eb4e44cfe13264adbd924c0fbbbdfe802ed68c5f [diff] [blame] |
Allows for more complex scheduling queries.
diff --git a/openstack/compute/v2/extensions/schedulerhints/requests.go b/openstack/compute/v2/extensions/schedulerhints/requests.go index c8b8da0..567eef4 100644 --- a/openstack/compute/v2/extensions/schedulerhints/requests.go +++ b/openstack/compute/v2/extensions/schedulerhints/requests.go
@@ -25,7 +25,7 @@ // Query is a conditional statement that results in compute nodes able to // host the instance. - Query []string + Query []interface{} // TargetCell specifies a cell name where the instance will be placed. TargetCell string