]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make rpc_client method private for VolumeCommands
authorIvan Kolodyazhny <e0ne@e0ne.info>
Mon, 21 Sep 2015 18:51:35 +0000 (21:51 +0300)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Mon, 21 Sep 2015 20:27:04 +0000 (23:27 +0300)
commit039767a1efd5cd127e54090d040d9458f65fd47c
tree0ce49409f609dc911c9b63e51f6a95ee41f6f956
parent52e5ed72537f0e53130942be25557b2daa7d0c99
Make rpc_client method private for VolumeCommands

"rpc_client" is not sub-command and should not be in the help for
'cinder-manage volume' command.

Change-Id: Ie94554b3fade09e32269c96fcb4a7d2b91062119
Closes-Bug: #1498136
cinder/cmd/manage.py
cinder/tests/unit/test_cmd.py