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

[Feature request] add support to set custom properties and tags for project #511

Open
okleinschmidt opened this issue May 29, 2020 · 0 comments

Comments

@okleinschmidt
Copy link

Shot description, with openstack-cli you are able to set custom properties and tags for project. It would be great to add this feature to fog-openstack.

Set project properties

positional arguments:
  <project>             Project to modify (name or ID)

optional arguments:
  -h, --help            show this help message and exit
  --name <name>         Set project name
  --domain <domain>     Domain owning <project> (name or ID)
  --description <description>
                        Set project description
  --enable              Enable project
  --disable             Disable project
  --property <key=value>
                        Set a property on <project> (repeat option to set multiple properties)
  --tag <tag>           Tag to be added to the project (repeat option to set multiple tags)
  --clear-tags          Clear tags associated with the project. Specify both --tag and --clear-tags to overwrite current tags
  --remove-tag <tag>    Tag to be deleted from the project (repeat option to delete multiple tags)

cheers,
Ole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant