vmware-nsx/vmware_nsx/shell
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 NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00
__init__.py Switch to oslo_log 2017-02-23 10:34:53 +02:00
commands.py Use the correct _ from vmware_nsx._i18n file 2015-12-06 07:04:17 -08:00
nsx_instance_if_migrate.py Merge "NSXT instance migration: Improve logging" 2017-07-17 11:05:42 +00:00
nsxadmin.py NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00
resources.py NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00