]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add missing '-o' CLI option to VNX Cinder Driver
authorJeegn Chen <jeegn.chen@emc.com>
Wed, 20 May 2015 14:00:07 +0000 (22:00 +0800)
committerJeegn Chen <jeegn.chen@emc.com>
Wed, 20 May 2015 14:00:07 +0000 (22:00 +0800)
commit97668e807d110c44660d0784f8facf8a1d27dd80
treea316206a8ffefacc2a4434d24afcddf125d2be48
parent0acf257464bbb8a4528bea4d125ca0b053880d0c
Add missing '-o' CLI option to VNX Cinder Driver

In some NaviSecCLI command, if -o is not given, the command may prompt
some message and ask for 'y' or 'n' for confirmation in some special
scenario, which is not working for Cinder.

This patch is to add the missing '-o' option to avoid these failures.

Change-Id: Ia665f6a20703218065aa4cf65b766def3daee290
Closes-Bug: #1453654
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py