Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1707979

Summary: Openstackclient support for manila
Product: Red Hat OpenStack Reporter: Goutham Pacha Ravi <gouthamr>
Component: python-manilaclientAssignee: Victoria Martinez de la Cruz <vimartin>
Status: CLOSED MIGRATED QA Contact: lkuchlan <lkuchlan>
Severity: medium Docs Contact: Tana <tberry>
Priority: medium    
Version: 16.0 (Train)CC: apevec, ashrodri, cardasil, gcharot, gfidente, lhh, nsatsia, vhariria, vimartin
Target Milestone: AlphaKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-13 15:13:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1960710    
Bug Blocks:    

Description Goutham Pacha Ravi 2019-05-08 20:38:37 UTC
Description of problem:

Python-manilaclient currently provides SDKs to interact with the V1 and V2 API versions of manila. It also provides two separate bash shell implementations for these SDKs. We need support for OpenStack CLI commands within python manila client so that users can use the unified cli instead of talking to a client that refers to the service name.

For example, instead of:

  $ manila create nfs 1 --name myshare

Users must be able to run:

  $ openstack share create --protocol nfs --size 1 --name myshare

Almost all openstack services have support for the OSC (OpenStack Client) and having manila support it would enhance user experience.


Version-Release number of selected component (if applicable): 16 (Train)

Upstream Blueprint: https://blueprints.launchpad.net/python-manilaclient/+spec/openstack-client-support