image metadef¶
Image v2
image metadef namespace create¶
Create a metadef namespace
openstack image metadef namespace create
[--display-name <display_name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<namespace>
-
--display-name
<display_name>
¶ A user-friendly name for the namespace.
-
--description
<description>
¶ A description of the namespace
-
--public
¶
Set namespace visibility ‘public’
-
--private
¶
Set namespace visibility ‘private’
-
--protected
¶
Prevent metadef namespace from being deleted
-
--unprotected
¶
Allow metadef namespace to be deleted (default)
-
namespace
¶
New metadef namespace name
image metadef namespace delete¶
Delete metadef namespace
openstack image metadef namespace delete
<namespace_name>
[<namespace_name> ...]
-
namespace_name
¶
An identifier (a name) for the namespace
image metadef namespace list¶
List metadef namespaces
openstack image metadef namespace list
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--resource-types <resource_types>]
[--visibility <visibility>]
-
--sort-column
SORT_COLUMN
¶ specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
-
--sort-ascending
¶
sort the column(s) in ascending order
-
--sort-descending
¶
sort the column(s) in descending order
-
--resource-types
<resource_types>
¶ filter resource types
-
--visibility
<visibility>
¶ filter on visibility
image metadef namespace set¶
Set metadef namespace properties
openstack image metadef namespace set
[--display-name <display_name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<namespace>
-
--display-name
<display_name>
¶ Set a user-friendly name for the namespace.
-
--description
<description>
¶ Set the description of the namespace
-
--public
¶
Set namespace visibility ‘public’
-
--private
¶
Set namespace visibility ‘private’
-
--protected
¶
Prevent metadef namespace from being deleted
-
--unprotected
¶
Allow metadef namespace to be deleted (default)
-
namespace
¶
Namespace (name) for the namespace