Activity log for bug #1498491

Date Who What changed Old value New value Message
2015-09-22 13:27:53 Ievgeniia Zadorozhna bug added bug
2015-09-22 13:28:50 Ievgeniia Zadorozhna 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') 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')
2015-09-22 13:29:06 Ievgeniia Zadorozhna 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') 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')
2015-09-24 09:36:11 Valeriy Ponomaryov python-manilaclient: importance Undecided Low
2015-10-06 06:46:32 NidhiMittalHada python-manilaclient: assignee NidhiMittalHada (nidhimittal19)
2015-10-06 06:47:29 NidhiMittalHada python-manilaclient: status New In Progress
2015-10-06 10:36:25 NidhiMittalHada python-manilaclient: status In Progress Fix Committed
2015-10-19 19:23:10 Doug Hellmann python-manilaclient: status Fix Committed Fix Released
2015-10-19 19:23:10 Doug Hellmann python-manilaclient: milestone 1.5.0