This repository was archived by the owner on Aug 1, 2023. It is now read-only.
[WIP] add full CRUD operations to openstack/identity/v2/tenants#562
Open
cristicalin wants to merge 2 commits intorackspace:masterfrom
Open
[WIP] add full CRUD operations to openstack/identity/v2/tenants#562cristicalin wants to merge 2 commits intorackspace:masterfrom
cristicalin wants to merge 2 commits intorackspace:masterfrom
Conversation
Add create / update / delete operations support for the keystne v2 implementation.
* remove reference to "errors" from tenants/requests.go * fix typo in tenants/results.go
|
would you mind proposing this to https://github.com/gophercloud/gophercloud ? I'm also very interested by this feature. |
Author
|
@gcmalloc, interesting, I wasn't aware there were two repos for gophercloud, which is the official one ? I'll try to make some time next week to update this for https://github.com/gophercloud/gopherclod and propose it there |
|
They migrated the repo from rackspace/gophercloud to gophercloud/gophercloud, you will find more information in this issue #592. I guess gophercloud/gophercloud is the official one now. |
|
@cristicalin Hey did you ever get a chance to create a PR against |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add create / update / delete operations support for the keystone v2 implementation.
This is needed for use by hashicorp/terraform to manage keystone v2 resources. It enables admins to create a full stack for a tenant beginning with the actual creation of the tenant itself.