Image v2
Create a metadef namespace
openstack image metadef namespace create
[--display-name <display_name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<namespace>
A user-friendly name for the namespace.
A description of the namespace
Set namespace visibility ‘public’
Set namespace visibility ‘private’
Prevent metadef namespace from being deleted
Allow metadef namespace to be deleted (default)
New metadef namespace name
Delete metadef namespace
openstack image metadef namespace delete
<namespace_name>
[<namespace_name> ...]
An identifier (a name) for the namespace
List metadef namespaces
openstack image metadef namespace list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--resource-types <resource_types>]
[--visibility <visibility>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
filter resource types
filter on visibility
Set metadef namespace properties
openstack image metadef namespace set
[--display-name <display_name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<namespace>
Set a user-friendly name for the namespace.
Set the description of the namespace
Set namespace visibility ‘public’
Set namespace visibility ‘private’
Prevent metadef namespace from being deleted
Allow metadef namespace to be deleted (default)
Namespace (name) for the namespace
Show a metadef namespace
openstack image metadef namespace show <namespace_name>
Namespace (name) for the namespace
List metadef resource types
openstack image metadef resource type list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.