<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/nova.git/nova/virt/vmwareapi/network_util.py, branch master</title>
<subtitle>opendev.org: openstack/nova.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/'/>
<entry>
<title>vmware: Remove vestigial nova-network support</title>
<updated>2019-11-29T17:20:03+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2019-11-25T11:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=f3cc31183b169d427eb26cfb483ba5195863f167'/>
<id>f3cc31183b169d427eb26cfb483ba5195863f167</id>
<content type='text'>
Remove the last few references to nova-net from the VMWare driver,
simplifying some of the code in the process.

Change-Id: I21e1cd412d5caae22ebc4de31f09e3817c8a710a
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the last few references to nova-net from the VMWare driver,
simplifying some of the code in the process.

Change-Id: I21e1cd412d5caae22ebc4de31f09e3817c8a710a
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hacking: Resolve W605 (invalid escape sequence)</title>
<updated>2019-06-24T19:24:06+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>sfinucan@redhat.com</email>
</author>
<published>2019-04-12T16:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=dc6fc82c1424769e38ef6fff2ea01e718220b954'/>
<id>dc6fc82c1424769e38ef6fff2ea01e718220b954</id>
<content type='text'>
This one's actually important since it will be an error in future
versions of Python.

Change-Id: Ib9f735216773224f91ac7f49fbe2eee119670872
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one's actually important since it will be an error in future
versions of Python.

Change-Id: Ib9f735216773224f91ac7f49fbe2eee119670872
Signed-off-by: Stephen Finucane &lt;sfinucan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "VMware: ensure that provider networks work for type 'portgroup'"</title>
<updated>2017-11-23T00:07:24+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2017-11-23T00:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=98b53fee266a7be2b8af2052dcd3d959ad2ca662'/>
<id>98b53fee266a7be2b8af2052dcd3d959ad2ca662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>VMware: use WithRetrieval in get_network_with_the_name</title>
<updated>2017-03-13T15:57:38+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2016-06-04T15:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=0c6295b418e3ac4f9d29d1f08c30c482c0cd7050'/>
<id>0c6295b418e3ac4f9d29d1f08c30c482c0cd7050</id>
<content type='text'>
This change uses WithRetrieval[1] in get_network_with_the_name to
delegate VMware pagination to WithRetrieval

[1] oslo.vmware.vim_util

Change-Id: I88f6d2d54ba87f5052d5cb573753fce65d0972fb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change uses WithRetrieval[1] in get_network_with_the_name to
delegate VMware pagination to WithRetrieval

[1] oslo.vmware.vim_util

Change-Id: I88f6d2d54ba87f5052d5cb573753fce65d0972fb
</pre>
</div>
</content>
</entry>
<entry>
<title>VMware: ensure that provider networks work for type 'portgroup'</title>
<updated>2016-12-15T12:48:01+00:00</updated>
<author>
<name>Gary Kotton</name>
<email>gkotton@vmware.com</email>
</author>
<published>2016-08-22T06:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=77e51f14a50dafb46176e50ff3788e7918ff29df'/>
<id>77e51f14a50dafb46176e50ff3788e7918ff29df</id>
<content type='text'>
When an existing portgroup is used as a provider network the
vmware_nsx NSX|V and DVS plugins will validate that the name
of the network is the same name as the actual portgroup. This
name is used when searching for the portgroup. Using the network
UUID will not match here as that is the network UUID.

A provider network can be a regular port group or a NSX virtual
wire.

Change-Id: Icc72b9c4ddd11964f0e4a774588684eb016fae0f
Closes-bug: #1615498
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an existing portgroup is used as a provider network the
vmware_nsx NSX|V and DVS plugins will validate that the name
of the network is the same name as the actual portgroup. This
name is used when searching for the portgroup. Using the network
UUID will not match here as that is the network UUID.

A provider network can be a regular port group or a NSX virtual
wire.

Change-Id: Icc72b9c4ddd11964f0e4a774588684eb016fae0f
Closes-bug: #1615498
</pre>
</div>
</content>
</entry>
<entry>
<title>use the HostPortGroupSpec.vswitchName instead of HostPortGroup.vswitch.split</title>
<updated>2016-08-04T12:22:52+00:00</updated>
<author>
<name>Fang He</name>
<email>fang.he@hotmail.com</email>
</author>
<published>2016-08-03T01:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=7e6e3366fd5f859aa7e02fbd0450727e20b8ee8e'/>
<id>7e6e3366fd5f859aa7e02fbd0450727e20b8ee8e</id>
<content type='text'>
add the mock attribute

Change-Id: I76406114c546213b5d6bb9d35b17def1ca939cdd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add the mock attribute

Change-Id: I76406114c546213b5d6bb9d35b17def1ca939cdd
</pre>
</div>
</content>
</entry>
<entry>
<title>VMware: Replace get_dynamic_property with get_object_property</title>
<updated>2015-09-12T07:31:41+00:00</updated>
<author>
<name>Radoslav Gerganov</name>
<email>rgerganov@vmware.com</email>
</author>
<published>2015-03-13T15:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=49400f80fba712af7909b6d5fb41766a8c83a0f5'/>
<id>49400f80fba712af7909b6d5fb41766a8c83a0f5</id>
<content type='text'>
oslo.vmware defines get_object_property which is equivalent to
get_dynamic_property but has better prototype -- it doesn't require the
redundant 'type' parameter (it is contained in the moRef). This patch
deletes get_dynamic_property from Nova and replace it with
get_object_property from oslo.vmware. It is pretty much mechanical
replacement, no functionality is changed.

Change-Id: I8c104876238c36e5958e17c5488809f3a185b001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oslo.vmware defines get_object_property which is equivalent to
get_dynamic_property but has better prototype -- it doesn't require the
redundant 'type' parameter (it is contained in the moRef). This patch
deletes get_dynamic_property from Nova and replace it with
get_object_property from oslo.vmware. It is pretty much mechanical
replacement, no functionality is changed.

Change-Id: I8c104876238c36e5958e17c5488809f3a185b001
</pre>
</div>
</content>
</entry>
<entry>
<title>VMware: Handle port group not found case</title>
<updated>2015-06-22T07:12:15+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2015-06-21T21:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=92148ce9fac723426ea40c9f0bd845f696ac75f9'/>
<id>92148ce9fac723426ea40c9f0bd845f696ac75f9</id>
<content type='text'>
Return None for both vlanid &amp; vswitch if port group not found.

Change-Id: I54af3716db587cbe51d11ba2eb2d52fd85af2d30
Closes-Bug: #1441980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return None for both vlanid &amp; vswitch if port group not found.

Change-Id: I54af3716db587cbe51d11ba2eb2d52fd85af2d30
Closes-Bug: #1441980
</pre>
</div>
</content>
</entry>
<entry>
<title>VMware: fix network connectivity problems</title>
<updated>2015-02-24T14:25:35+00:00</updated>
<author>
<name>Gary Kotton</name>
<email>gkotton@vmware.com</email>
</author>
<published>2014-09-29T11:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=2269c7a56c9e659760a6b46023fd9ecbe49fe317'/>
<id>2269c7a56c9e659760a6b46023fd9ecbe49fe317</id>
<content type='text'>
When using Neutron and there are hundreds of Neutron networks
defined there are cases when a VM that is deployed will not get
network connectivity. This is due to the fact that the network for
the VM in question are not sent in the first blob of data from the VC.
The VC will make use of a token indicating that there is additional
information.

The VC indicates that it has multiple results.

NOTE: Commit 1deb31f85a8f5d1e261b2cf1eddc537a5da7f60b removed the ESX
driver. The retrieval of networks only needs to be done for a cluster
and not a ESX host.

Closes-bug: #1375320

Change-Id: I7299c38410dedd20e3778db3c4f1a63d92b4334c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using Neutron and there are hundreds of Neutron networks
defined there are cases when a VM that is deployed will not get
network connectivity. This is due to the fact that the network for
the VM in question are not sent in the first blob of data from the VC.
The VC will make use of a token indicating that there is additional
information.

The VC indicates that it has multiple results.

NOTE: Commit 1deb31f85a8f5d1e261b2cf1eddc537a5da7f60b removed the ESX
driver. The retrieval of networks only needs to be done for a cluster
and not a ESX host.

Closes-bug: #1375320

Change-Id: I7299c38410dedd20e3778db3c4f1a63d92b4334c
</pre>
</div>
</content>
</entry>
<entry>
<title>Use oslo.log</title>
<updated>2015-02-22T12:56:40+00:00</updated>
<author>
<name>Davanum Srinivas</name>
<email>davanum@gmail.com</email>
</author>
<published>2015-02-09T22:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=97d63d8745cd9b3b391ce96b94b4da263b3a053d'/>
<id>97d63d8745cd9b3b391ce96b94b4da263b3a053d</id>
<content type='text'>
Convert the use of the incubated version of the log module
to the new oslo.log library.

Sync oslo-incubator modules to update their imports as well.

Co-Authored-By: Doug Hellmann &lt;doug@doughellmann.com&gt;
Change-Id: Ic4932e3f58191869c30bd07a010a6e9fdcb2a12c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert the use of the incubated version of the log module
to the new oslo.log library.

Sync oslo-incubator modules to update their imports as well.

Co-Authored-By: Doug Hellmann &lt;doug@doughellmann.com&gt;
Change-Id: Ic4932e3f58191869c30bd07a010a6e9fdcb2a12c
</pre>
</div>
</content>
</entry>
</feed>
