Merge pull request #363 from jtopjian/images-typo
Fixed typo in image query requests
diff --git a/openstack/compute/v2/images/requests.go b/openstack/compute/v2/images/requests.go
index bc61ddb..fe07d4a 100644
--- a/openstack/compute/v2/images/requests.go
+++ b/openstack/compute/v2/images/requests.go
@@ -22,7 +22,7 @@
// UUID of the Image at which to set a marker.
Marker string `q:"marker"`
// The name of the Image.
- Name string `q:"name:"`
+ Name string `q:"name"`
// The name of the Server (in URL format).
Server string `q:"server"`
// The current status of the Image.