Kilo-Removing extension "OS-EXT-VIF-NET" from v2.1 ext list

Extension "OS-EXT-VIF-NET" is not ported to v2.1, due to that
there is difference between v2 and v2.1 as mentioned in bug#1470690.

But v2.1 extension-list has "OS-EXT-VIF-NET" extension which convey that
this extension is also loaded for v2.1 and user will get the expected response
according to "OS-EXT-VIF-NET" extension which is not true as this extension
is not actually ported to v2.1.

It is decided that fix for that difference should go in microversion not
in base v2.1 as it is already released.

This patch remove extension "OS-EXT-VIF-NET" from v2.1 extension-list which
will actually convey that this extension is missing in v2.1.

This is back-porting Ic99ac1179d02d907422911fe1369b64479fd5f33 in Kilo stable
branch.

Partial-Bug: 1470690

Change-Id: Ic590bb5df2b2df917af9ce9941da6afba4e382a5
This commit is contained in:
ghanshyam 2015-07-07 11:54:51 +09:00 committed by Ghanshyam Mann
parent b8c4f1bce3
commit 9a51140ba0
3 changed files with 0 additions and 18 deletions

View File

@ -64,14 +64,6 @@
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"updated": "2014-12-03T00:00:00Z"
},
{
"alias": "OS-EXT-VIF-NET",
"description": "",
"links": [],
"name": "ExtendedVIFNet",
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"updated": "2014-12-03T00:00:00Z"
},
{
"alias": "OS-FLV-DISABLED",
"description": "",

View File

@ -65,8 +65,6 @@ v21_to_v2_extension_list_mapping = {
'alias': 'os-extended-rescue-with-image'}],
'os-extended-status': [{'name': 'ExtendedStatus',
'alias': 'OS-EXT-STS'}],
'os-virtual-interfaces': [{'name': 'ExtendedVIFNet',
'alias': 'OS-EXT-VIF-NET'}],
'os-used-limits': [{'name': 'UsedLimitsForAdmin',
'alias': 'os-used-limits-for-admin'}],
'os-volumes': [{'name': 'VolumeAttachmentUpdate',

View File

@ -64,14 +64,6 @@
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"updated": "2014-12-03T00:00:00Z"
},
{
"alias": "OS-EXT-VIF-NET",
"description": "",
"links": [],
"name": "ExtendedVIFNet",
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"updated": "2014-12-03T00:00:00Z"
},
{
"alias": "OS-FLV-DISABLED",
"description": "",