commit | 4aaaa1efd8cb26116f6a43bc6baacc394567ab53 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 14:38:02 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Oct 22 14:38:45 2014 -0400 |
tree | d06af73da3a0b8c7a6ed705391c3654263c7ef53 | |
parent | ad612f65042fe1a12b61c1ecf525600df5f3967f [diff] [blame] |
Implement "Get". Spend half an hour chasing a ,
diff --git a/openstack/compute/v2/extensions/keypairs/results.go b/openstack/compute/v2/extensions/keypairs/results.go index 03c60f6..44d3a8d 100644 --- a/openstack/compute/v2/extensions/keypairs/results.go +++ b/openstack/compute/v2/extensions/keypairs/results.go
@@ -68,7 +68,7 @@ } var res struct { - KeyPair *KeyPair `json:"key_pair" mapstructure:"key_pair"` + KeyPair *KeyPair `json:"keypair" mapstructure:"keypair"` } err := mapstructure.Decode(r.Body, &res)