Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.350. openstack snapshot set

usage: openstack snapshot set [-h] [--name <name>]
                              [--description <description>]
                              [--property <key=value>] [--state <state>]
                              <snapshot>
Set snapshot properties

Positional arguments

<snapshot>


        Snapshot to modify (name or ID)

Optional arguments

-h, --help


        show this help message and exit

--name <name>


        New snapshot name

--description <description>


      New snapshot description

--property <key=value>


      Property to add/change for this snapshot (repeat
      option to set multiple properties)

--state <state>


        New snapshot state. Valid values are available, error,
      creating, deleting, and error-deleting.