commit | 2b9632115cfed895e2d0c5720d80bed4ee7e3fae | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <kc5tja@arrl.net> | Sun Feb 09 02:12:30 2014 -0800 |
committer | Samuel A. Falvo II <kc5tja@arrl.net> | Sun Feb 09 02:12:30 2014 -0800 |
tree | 5a25ce3e4fc956980c5ae3cddc118aeb87bdbf4d | |
parent | 9637a00bdfb5c559a81788b8a79d6afc832028bc [diff] [blame] |
Re-implement basic identity API for v0.2.0.
diff --git a/openstack/identity/service_catalog_test.go b/openstack/identity/service_catalog_test.go index 82e4d9a..f810609 100644 --- a/openstack/identity/service_catalog_test.go +++ b/openstack/identity/service_catalog_test.go
@@ -13,7 +13,7 @@ return } - sc, err := ServiceCatalog(authResults) + sc, err := GetServiceCatalog(authResults) if err != nil { panic(err) }