vmware-nsx/vmware_nsx
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
..
api_client Drop log translations 2017-03-26 05:09:02 -07:00
api_replay NSX-migration: Add logging and handle errors 2017-07-13 15:25:10 +03:00
common NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
db NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
dhcp_meta use external net api def from lib 2017-10-22 08:50:21 -06:00
dvs NSX|V: support name update for VLAN and FLAT networks 2017-11-28 12:04:26 +00:00
extension_drivers DVS: Add support for dns-integration extension 2017-10-30 15:45:17 +00:00
extensions NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
nsxlib Drop log translations 2017-03-26 05:09:02 -07:00
osc NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
plugins NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
services NSX|V3: Move logic from fwaas driver to the v3 plugin 2017-12-14 15:50:50 +02:00
shell NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00
tests NSX-TVD migration admin util 2017-12-19 09:22:58 +02:00
__init__.py Add Apache 2.0 license to source file 2016-11-30 15:15:03 +07:00
_i18n.py Drop log translations 2017-03-26 05:09:02 -07:00
check_nsx_config.py Use the correct _ from vmware_nsx._i18n file 2015-12-06 07:04:17 -08:00
nsx_cluster.py Drop log translations 2017-03-26 05:09:02 -07:00
opts.py Automatically generate vmware-nsx configuration files 2016-04-13 07:24:06 +00:00
plugin.py NSX TVD: V, T and simple DVS Coexist in the same plugin 2017-12-17 01:31:43 -08:00
version.py Add reno for release notes management 2015-12-03 00:08:14 -08:00