image metadef

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
    [--format-config-file FORMAT_CONFIG]
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
    [--resource-types <resource_types>]
    [--visibility <visibility>]
--format-config-file <FORMAT_CONFIG>

Config file for the dict-to-csv formatter

--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

image metadef namespace show

Show a metadef namespace

openstack image metadef namespace show <namespace_name>
namespace_name

Namespace (name) for the namespace

image metadef resource type list

List metadef resource types

openstack image metadef resource type list
    [--format-config-file FORMAT_CONFIG]
    [--sort-column SORT_COLUMN]
    [--sort-ascending | --sort-descending]
--format-config-file <FORMAT_CONFIG>

Config file for the dict-to-csv formatter

--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

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.