python-ironic-inspector-client and python-tripleoclient also use
OSC, and should be included in the install script and the layout.
Change-Id: I675d57e7bbe218fae2bc8215ae2dac4cb233909d
mistralclient also uses openstackclient, so when checking for
duplicate and/or malformed commands, include mistralclient as well.
Change-Id: Id2cd618d276a131d94b04e6c76b13a38992fb943
Fix pasto, the directory to clean is venv_name. Also, add trap first in
case the virtualenv command fails.
Change-Id: Iad5c38b816c6c231b14da3f9b4d423c9aa230189
Several openstack projects are now using openstackclient for their
shell. As a result, there have been bugs raised where different
projects will use the same command, which, when released, causes
the unified command line to be broken.
This patch attempts to solve this issue before it occurs by
checking that the proposed change does not break the command line.
See mailing list post:
http://lists.openstack.org/pipermail/openstack-dev/2015-October/076272.html
Change-Id: I41b99e2ab7614ff0f49dc120e2b13751275337de
Related-Bug: 1503512