4dea5d93b0
Adding admin utility to map projects to a plugin. when starting to use the TVD plugin, you should use this utility for all the old projects/tenants. New projects/tenants will later be added to the nsx-t plugin as default usage: nsxadmin -r projects -o import --property plugin=nsx-v --property project=<> to automatically add all existing projects, run this command as an admin user: for project in `openstack project list | grep -v Name | awk '{print $2}'`; do nsxadmin -r projects -o import --property plugin=nsx-v --property project=$project; done Change-Id: I15e0cbe731628829af436ed265fbaa85f1c4d439 |
||
---|---|---|
.. | ||
api_client | ||
api_replay | ||
common | ||
db | ||
dhcp_meta | ||
dvs | ||
extension_drivers | ||
extensions | ||
nsxlib | ||
osc | ||
plugins | ||
services | ||
shell | ||
tests | ||
__init__.py | ||
_i18n.py | ||
check_nsx_config.py | ||
nsx_cluster.py | ||
opts.py | ||
plugin.py | ||
version.py |