vmware-nsx/doc/source
Adit Sarfaty 4dea5d93b0 NSX-TVD migration admin util
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
2017-12-19 09:22:58 +02:00
..
admin_util.rst NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00
conf.py Remove white space between print and () 2016-07-11 09:36:49 +00:00
contributing.rst VMware: fix gitreview 2014-12-21 23:24:18 -08:00
devstack.rst Fix devstask doc for service plugins 2017-11-08 09:01:29 +02:00
history.rst VMware: fix gitreview 2014-12-21 23:24:18 -08:00
index.rst VMware-NSX:add install doc command 2017-07-17 16:32:24 +08:00
installation.rst VMware-NSX:add install doc command 2017-07-17 16:32:24 +08:00
readme.rst VMware: fix gitreview 2014-12-21 23:24:18 -08:00
usage.rst NSX|nsxadmin install update 2017-07-19 18:41:02 +08:00