TV: doc creation of admin for a specific plugin

Change-Id: Id2afafb084fba19a407060f7d895855e3d52f63f
This commit is contained in:
Gary Kotton 2017-12-19 10:56:44 +02:00 committed by garyk
parent 8a752f3a31
commit fd4661284e
1 changed files with 15 additions and 0 deletions

View File

@ -509,3 +509,18 @@ Upgrade Steps (Version 1.0.0 to Version 1.1.0)
metadata_proxy_shared_secret = <Secret of Metadata-Proxy created in Step 2>
8. Restart VMs or ifdown/ifup their network interface to get new DHCP options
Steps to create a TVD admin user
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do the following steps:
source devstack/openrc admin admin
openstack project create admin_v --domain=default --or-show -f value -c id
openstack user create admin_v --password password --domain=default --email=alt_demo@example.com --or-show -f value -c id
openstack role add admin --user <user-id> --project <admin-id>
Or run:
devstack/tools/create_userrc.sh
Then:
openstack project plugin create --plugin nsx-v <project-id>