Added the implementation of the share group commands to OSC.
Commands are:
- openstack share group create
- openstack share group delete
- openstack share group list
- openstack share group show
- openstack share group set
- openstack share group unset
Change-Id: I9eb31449fef4eae73f1db91f2bad133d0fe8df2e
In this patch we add openstack commands for:
- share instance export location show
- share instance export location list
Co-authored-by: Eduardo Santos <eduardo.experimental@gmail.com>
Partially-implements: bp openstack-client-support
Change-Id: Ic1b5616a363059a941caa3cce6bd2b24bd379068
Add the following OSC commands:
share network create
share network list
share network show
share network set
share network unset
share network delete
Partially-implements: bp openstack-client-support
Change-Id: I6ddb2fec1d9421bfa8b11c82da5379ada80f610b
Co-Authored-By: Vida Haririan <vhariria@redhat.com>
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Adding the following openstack command,
share limits show --absolute
share limits show --rate
Partially-implements: bp openstack-client-support
Co-Authored-By: Goutham Pacha Ravi <gouthampravi@gmail.com>
Change-Id: I68b98a6c3ee369be1422d2f45e75d034e68da2e0
In this patch we add the following openstack share commands:
share snapshot instance list
share snapshot instance show
share snapshot instance set --status
share snapshot instance export location list
share snapshot instance export location show
Partially-implements: bp openstack-client-support
Co-Authored-By: Caique Mello <caiquemellosbo@gmail.com>
Change-Id: I7feb6219b0c684d2e88d0d077f776bfb331e3955
This commit implements the following openstack share command:
openstack share pool list
Partially-implements: bp openstack-client-support
Change-Id: I5be047d6c81556b45773497f55323d1611c1eb48
In this patch we add the following openstack share commands:
share service list
share sevice set
manila service-enable command is implemented as:
openstack share service set <hostname> <binary> --enable
manila service-disable command is implemented as:
openstack share service set <hostname> <binary> --disable
Partially-implements: bp openstack-client-support
Change-Id: I41852e93fce356549ca0600b02d972742a105a38
This commit implements the following openstack share command:
openstack share availability zone list
Change-Id: I75d3c5441b82fb8f16896719544a81dd032cdd15
In this patch we add the following openstack share commands:
share replica create
share replica delete
share replica list
share replica show
share replica set
share replica promote
share replica resync
Partially-implements: bp openstack-client-support
Change-Id: I8d0542faf56e6022e3b265957132f00ce063dcd6
In this patch the following openstack user messages
commands are added:
manila message-delete --> openstack share message delete
manila message-list --> openstack share message list
manila message-show --> openstack share message show
Partially-implements bp openstack-client-support
Change-Id: Ib1e4cca4f869d4e832e7b1814d48c838f75b42e1
This patch adds the 'openstack share revert' command,
which implements the same functionality as 'manila revert-to-snapshot'
and can be used to revert a share to a specified snapshot.
Partially-implements bp openstack-client-support
Change-Id: I896f2bb4ae256dda637768672f833573f5c2475d
This commit adds openstack share show metadata command, which implements manila
metadata-show functionality.
Partially implements bp openstack-client-support.
Updated with working unit test.
Change-Id: Ibde82cf9c36be41403a0e68ecac17cb211725d84
This commit implements the following openstack share commands:
openstack share export location show <share> <export_location>
openstack share export location list <share>
Partially-implements bp openstack-client-support
Change-Id: Ie65fdd644e7161d94947614a87933f36c1826bed
This commit adds 'openstack share adopt' and 'openstack share abandon'
commands, that implement the same functionality as 'manila manage' and
'manila unmanage' commands
Usage:
openstack share adopt <service-host> <protocol> <export-path>
openstack share abandon <share>
Partially-implements bp openstack-client-support
Change-Id: I39919d38854387af21da410849905698ad261e9f
In this patch we add openstack commands for:
share snapshot create
share snapshot delete
share snapshot show
share snapshot set
share snapshot unset
share snapshot list
Partially-implements bp openstack-client-support
Change-Id: Idfe2033016f333da0169fd032ff95bf868099f70
In this patch we add openstack commands for:
share quota set
share quota show
share quota delete
Change-Id: I3520feec09a6c491f436809a5f620efce1b1f8c2
Partially-implements: bp openstack-client-support
This patch creates initial documentation for OSC, with
general plugin information and a few examples.
New commands, that are implemented, should be then
referenced in doc/source/cli/osc/v2/index.rst
Change-Id: I6fa9fcb3cf41a2992a4b5c7b38c54825106e9ce5
Partially-implements: bp openstack-client-support
This patch introduces a new directory layout
in doc/source in conformance with the OpenStack
manuals project migration spec [1], moves the
existing content in manila/doc/source into the
new directories, and adjusts index files accordingly.
This is the first step in the migration process
as outlined in the spec.
[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
Closes-Bug: #1706181
Change-Id: I8964d066bb838fabbe94239ac108bff884c6ff76
Depends-On: I72be6303f9be77c0461eaacbc61bad8372546fb5
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454