Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the server api does not support tag? #859

Closed
whaon opened this issue Oct 20, 2016 · 4 comments
Closed

the server api does not support tag? #859

whaon opened this issue Oct 20, 2016 · 4 comments

Comments

@whaon
Copy link
Contributor

whaon commented Oct 20, 2016

No description provided.

@auhlig
Copy link
Member

auhlig commented Oct 20, 2016

Hey @whaon,
Not sure what you mean. Feel free to submit a PR.

@whaon
Copy link
Contributor Author

whaon commented Oct 20, 2016

Server tags (servers, tags)¶

Lists tags, creates, replaces or deletes one or more tags for a server, checks the existence of a tag for a server.

Available since version 2.26

Tags have the following restrictions:

Tag is a Unicode bytestring no longer than 60 characters.
Tags are case sensitive.
‘/’ is not allowed to be in a tag name
Comma is not allowed to be in a tag name in order to simplify requests that specify lists of tags
All other characters are allowed to be in a tag name
Each server can have up to 50 tags.

I get the content above from the openstack official website:http://developer.openstack.org/api-ref/compute/
but it seems that openstack4j doesn't support it.

@auhlig
Copy link
Member

auhlig commented Oct 20, 2016

Looks like it's indeed missing. Would you like to add this?

@auhlig
Copy link
Member

auhlig commented Oct 24, 2016

Same here. Can this be closed now?

@auhlig auhlig added this to the 3.0.3 Release milestone Oct 24, 2016
@whaon whaon closed this as completed Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants