Incorrect help of export_path for the manage utility

Bug #1498491 reported by Ievgeniia Zadorozhna
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-manilaclient
Fix Released
Low
NidhiMittalHada

Bug Description

Incorrect help of export_path for the manage utility:

Steps to reproduce:
1. Execute 'manila help manage' command.
2. See <export_path> help description.

Expected result:
<export_path> Share export path, NFS share such as:
                      10.0.0.1:/foo_path, CIFS share such as:
                      \\10.0.0.1\foo_name_of_cifs_share

Actual result:
<export_path> Share export path, NFS share such as:
                      10.0.0.1:/foo_path, CIFS share such as: \10.0.0.1
                      oo_name_of_cifs_share

Fix proposition:
In python-manilaclient/manilaclient/v1/shell.py add more escape characters:
help='Share export path, NFS share such as: 10.0.0.1:/foo_path, '
          'CIFS share such as: \\\\10.0.0.1\\foo_name_of_cifs_share')

description: updated
description: updated
Changed in python-manilaclient:
importance: Undecided → Low
Changed in python-manilaclient:
assignee: nobody → NidhiMittalHada (nidhimittal19)
status: New → In Progress
Revision history for this message
NidhiMittalHada (nidhimittal19) wrote :

working on it

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-manilaclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/231410

Changed in python-manilaclient:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-manilaclient (master)

Reviewed: https://review.openstack.org/231410
Committed: https://git.openstack.org/cgit/openstack/python-manilaclient/commit/?id=7d0ef7d729d5a377b2d7f2f4c54ac963adb50b80
Submitter: Jenkins
Branch: master

commit 7d0ef7d729d5a377b2d7f2f4c54ac963adb50b80
Author: nidhimittalhada <email address hidden>
Date: Tue Oct 6 15:58:33 2015 +0530

    Incorrect help of export_path for the manage utility

    Added more escape characters, to display correct help message.

    Change-Id: Idda25ab67089e2d79a1e56c0f69d59cc98338ffd
    Closes-Bug: #1498491

Changed in python-manilaclient:
milestone: none → 1.5.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.