Multi-VIM: Allow same auth_url with different tenants

Bug #1674737 reported by Sridhar Ramaswamy
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tacker
New
Wishlist
Unassigned

Bug Description

I have installed tacker , launch vnf instance successfully . my doubt is how to add more VIM or register vim (nonadmin teneant) , more vim in same openstack environment?

existing vim-list

tacker vim-list
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | tenant_id | name | type | description | auth_url | placement_attr | auth_cred |
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 5a7585a4-cebc-458f-9ebc-eddad3313fc6 | 1167e04f6d034c6d9305fc2985140648 | default_vim | openstack | OpenStack Mitaka | http://controller:35357/v3 | {u'regions': [u'RegionOne']} | {u'username': u'admin', u'project_name': u'admin', u'user_id': u'', u'user_domain_name': u'default', u'project_id': u'', u'auth_url': u'http://controller:35357/v3', u'password': '***', u'project_domain_name': u'default'} |
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

expecting
tacker vim-list
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| id | tenant_id | name | type | description | auth_url | placement_attr | auth_cred |
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 5a7585a4-cebc-458f-9ebc-eddad3313fc6 | 1167e04f6d034c6d9305fc2985140648 | default_vim | openstack | OpenStack Mitaka | http://controller:35357/v3 | {u'regions': [u'RegionOne']} | {u'username': u'admin', u'project_name': u'admin', u'user_id': u'', u'user_domain_name': u'default', u'project_id': u'', u'auth_url': u'http://controller:35357/v3', u'password': '***', u'project_domain_name': u'default'} |
| 5a7585a4-cebc-458f-9ebc-eddad3313fc6 | 1167e04f6d034c6d9305fc2985140648 | default_vim | openstack | OpenStack Mitaka | http://controller:35357/v3 | {u'regions': [u'RegionOne']} | {u'username': u'nonadmin', u'project_name': u'nonadmin', u'user_id': u'', u'user_domain_name': u'default', u'project_id': u'', u'auth_url': u'http://controller:35357/v3', u'password': '***', u'project_domain_name': u'default'} |
+--------------------------------------+----------------------------------+-------------+-----------+------------------+----------------------------+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Tags: rfe
Changed in tacker:
milestone: none → pike-2
importance: Undecided → Wishlist
tags: added: rfe
Revision history for this message
yong sheng gong (gongysh) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.