<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/nova/virt/powervm, branch shared-key-msg</title>
<subtitle>OpenStack's nova patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/'/>
<entry>
<title>Merge "Implement get_host_uptime for powervm driver"</title>
<updated>2013-07-01T08:01:52+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-07-01T08:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=d376043bef1477a9aaab5037e8a38429cf5a6926'/>
<id>d376043bef1477a9aaab5037e8a38429cf5a6926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trivial cases of unused variables (3)</title>
<updated>2013-06-27T17:34:17+00:00</updated>
<author>
<name>Stanislaw Pitucha</name>
<email>stanislaw.pitucha@hp.com</email>
</author>
<published>2013-06-13T17:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=5c6c5216b329d42dcee1eed61c5345cbe76b87f3'/>
<id>5c6c5216b329d42dcee1eed61c5345cbe76b87f3</id>
<content type='text'>
Kill some of the variables marked as unused by flakes8. This should
allow to enable F841 check in the future.
Only trivial cases with no function calls and obviously pure functions
(like datetime.now(), or len()) are cleaned up here.

Part 3, split to reduce conflicts.

Change-Id: I7b8e806ddd7b0e077243d4e31de140cd08fe0155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kill some of the variables marked as unused by flakes8. This should
allow to enable F841 check in the future.
Only trivial cases with no function calls and obviously pure functions
(like datetime.now(), or len()) are cleaned up here.

Part 3, split to reduce conflicts.

Change-Id: I7b8e806ddd7b0e077243d4e31de140cd08fe0155
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement get_host_uptime for powervm driver</title>
<updated>2013-06-27T12:17:39+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2013-06-15T20:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=0946017e289cc865913980dbe199106d9b152cf3'/>
<id>0946017e289cc865913980dbe199106d9b152cf3</id>
<content type='text'>
This patch implements the get_host_uptime method for the powervm driver
by calling the sysstat command on the backing hypervisor and returning
the parsed results.

Fixes bug 1191785

Change-Id: I67aaf6a5f5eb6b3a411ca9a0284d9a3016dd2947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements the get_host_uptime method for the powervm driver
by calling the sysstat command on the backing hypervisor and returning
the parsed results.

Fixes bug 1191785

Change-Id: I67aaf6a5f5eb6b3a411ca9a0284d9a3016dd2947
</pre>
</div>
</content>
</entry>
<entry>
<title>Refresh volume connections when starting instances</title>
<updated>2013-06-25T18:13:27+00:00</updated>
<author>
<name>Brent Eagles</name>
<email>beagles@redhat.com</email>
</author>
<published>2013-06-06T18:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=db3989586a8d5bbbcf857b9294a124ecc5fc57e8'/>
<id>db3989586a8d5bbbcf857b9294a124ecc5fc57e8</id>
<content type='text'>
This patches adds network and block device information to the signature
of the power_on method on the virtualization driver. The relevant call
sites are also modified to provide the required information. The libvirt
implementation of power_on has been altered to re-establish network and
volume related connections.

Fixes bug: 1188326

Change-Id: If617b570e082e3aa321414a2680a3aa0754f6153
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patches adds network and block device information to the signature
of the power_on method on the virtualization driver. The relevant call
sites are also modified to provide the required information. The libvirt
implementation of power_on has been altered to re-establish network and
volume related connections.

Fixes bug: 1188326

Change-Id: If617b570e082e3aa321414a2680a3aa0754f6153
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove redundant architecture property update in powervm snapshot"</title>
<updated>2013-06-17T17:04:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-17T17:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=ef317edb704deb0c19660525e6f9690d8ebb79c5'/>
<id>ef317edb704deb0c19660525e6f9690d8ebb79c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable H403 tests</title>
<updated>2013-06-12T20:07:23+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-06-08T11:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=1bf87dda57b076e042301eeafa966283265d08cf'/>
<id>1bf87dda57b076e042301eeafa966283265d08cf</id>
<content type='text'>
Multi-line doc-strings should end on a new, separate line.

Change-Id: I4cf0cfe92b634ef77971863a4df41ef43531bc20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multi-line doc-strings should end on a new, separate line.

Change-Id: I4cf0cfe92b634ef77971863a4df41ef43531bc20
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename functions in nova.compute.flavors from instance_type</title>
<updated>2013-06-11T17:36:39+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>joe.gordon0@gmail.com</email>
</author>
<published>2013-05-18T05:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=b7fe4e206b54f5f43d520c1e9504f268fc1dff9a'/>
<id>b7fe4e206b54f5f43d520c1e9504f268fc1dff9a</id>
<content type='text'>
Second step in removing references to instance_types. Remove all
references to instance_type in nova.compute.flavors.
Also update compute devref to reflect changed name.
Partially implements bp flavor-instance-type-dedup

renamed:  nova/tests/test_instance_types.py -&gt; test_flavors.py

Change-Id: I7413bf832c61d04ab90ec8b1370d3f01372c4172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Second step in removing references to instance_types. Remove all
references to instance_type in nova.compute.flavors.
Also update compute devref to reflect changed name.
Partially implements bp flavor-instance-type-dedup

renamed:  nova/tests/test_instance_types.py -&gt; test_flavors.py

Change-Id: I7413bf832c61d04ab90ec8b1370d3f01372c4172
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant architecture property update in powervm snapshot</title>
<updated>2013-06-11T17:32:39+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2013-06-11T17:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=50680eee2f9842eaca5491e740f1715a2bd32f90'/>
<id>50680eee2f9842eaca5491e740f1715a2bd32f90</id>
<content type='text'>
During an instance snapshot if the architecture property is defined
in the image it is updated twice in the snapshot image.
The snapshot is created with the metadata values from the
"instance_system_metadata" table and then, if defined, the architecture
property is updated from the value in the base image in that moment.

There is no reason to treat this property differently from others.
Also, it didn't respect the "non_inheritable_image_properties" option.

This change removes the special behavior for the architecture property
in the powervm driver during a snapshot.

Fixes bug 1189969

Change-Id: I05ebcaef7b75387827917b5b223868794d98e0aa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During an instance snapshot if the architecture property is defined
in the image it is updated twice in the snapshot image.
The snapshot is created with the metadata values from the
"instance_system_metadata" table and then, if defined, the architecture
property is updated from the value in the base image in that moment.

There is no reason to treat this property differently from others.
Also, it didn't respect the "non_inheritable_image_properties" option.

This change removes the special behavior for the architecture property
in the powervm driver during a snapshot.

Fixes bug 1189969

Change-Id: I05ebcaef7b75387827917b5b223868794d98e0aa
</pre>
</div>
</content>
</entry>
<entry>
<title>Add power_on flag to virt driver finish/revert migration methods</title>
<updated>2013-05-30T14:52:33+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2013-05-30T04:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=1690a1ae8f2fdddebfb8ae50a8492aedf466b8e3'/>
<id>1690a1ae8f2fdddebfb8ae50a8492aedf466b8e3</id>
<content type='text'>
This patch adds a boolean power_on flag to the virt driver
finish_migration and finish_revert_migration methods to indicate whether
or not to power on the instance as part of the resize/migrate operation.
The default is to power on the instance.

Related to bug 1177811

Change-Id: I76c7d6912eda2c333554855a8956bd0fbb1e8b6d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a boolean power_on flag to the virt driver
finish_migration and finish_revert_migration methods to indicate whether
or not to power on the instance as part of the resize/migrate operation.
The default is to power on the instance.

Related to bug 1177811

Change-Id: I76c7d6912eda2c333554855a8956bd0fbb1e8b6d
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up failed image transfers in instance spawn</title>
<updated>2013-05-29T09:07:46+00:00</updated>
<author>
<name>Chang Bo Guo</name>
<email>guochbo@cn.ibm.com</email>
</author>
<published>2013-04-26T06:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=68cc1cd511298208dde59878bfbef474a3625c9f'/>
<id>68cc1cd511298208dde59878bfbef474a3625c9f</id>
<content type='text'>
Boot one instance with powervm driver, will transfer the image
file to host. Need clean up failed image transfers that may occur
during instance spawn.

Fixes bug #1173017

Change-Id: Iff5ecd32e201333567a6a4de1d3796e78ea5dc0c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Boot one instance with powervm driver, will transfer the image
file to host. Need clean up failed image transfers that may occur
during instance spawn.

Fixes bug #1173017

Change-Id: Iff5ecd32e201333567a6a4de1d3796e78ea5dc0c
</pre>
</div>
</content>
</entry>
</feed>
