Merge pull request #177 from msabramo/more_informative_endpoint_error
Make "Missing endpoint..." error more informative
diff --git a/README.asciidoc b/README.asciidoc
index 5839a99..b7a7c01 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -29,7 +29,9 @@
=== How can I Contribute?
-After using Gophercloud for a while, you might find that it lacks some useful feature, or that existing behavior seems buggy. We welcome contributions from our users for both missing functionality as well as for bug fixes. We encourage contributors to collaborate with the link:http://gophercloud.io/community.html[Gophercloud community.]
+After using Gophercloud for a while, you might find that it lacks some useful feature, or that existing behavior seems buggy. We welcome contributions
+from our users for both missing functionality as well as for bug fixes. We encourage contributors to collaborate with the
+link:http://gophercloud.io/community.html[Gophercloud community.]
Finally, Gophercloud maintains its own link:http://gophercloud.io[announcements and updates blog.]
Feel free to check back now and again to see what's new.
diff --git a/keypairs.go b/keypairs.go
index 9ab8ea7..8ae8cd3 100644
--- a/keypairs.go
+++ b/keypairs.go
@@ -47,6 +47,7 @@
MoreHeaders: map[string]string{
"X-Auth-Token": gsp.access.AuthToken(),
},
+ OkCodes: []int{200},
})
})
return kp, err