commit | 41020d5bdc96521870fd86838b469d722c72934c | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:53:31 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:53:31 2014 +0100 |
tree | a877ab4d1d912b45f608ee0ad987b274de62cddd | |
parent | ede36716a30afa04ffcebcc49ba4d4b041cff709 [diff] [blame] |
Adding service ID to struct
diff --git a/openstack/identity/v2/extensions/admin/roles/results.go b/openstack/identity/v2/extensions/admin/roles/results.go index 45652b1..ebb3aa5 100644 --- a/openstack/identity/v2/extensions/admin/roles/results.go +++ b/openstack/identity/v2/extensions/admin/roles/results.go
@@ -16,6 +16,9 @@ // The description of the role. Description string + + // The associated service for this role. + ServiceID string } // RolePage is a single page of a user Role collection.