Additional work:
1. Added support for tasks being scheduled at differing rates via the
`ticks_between_runs` argument.
2. Fixed `reclaim_queued_deletes` so that it doesn't run if
`FLAGS.reclaim_instance_interval` is 0.
Change-Id: I18c01baf07bd06301a6fe26a7b29dc2452a4fa96
Set vm_state to error if a driver raises an exception (of any type)
during resize_instance and finish_resize.
I want to highlight that there is a slight behavioral change here.
Before, on a MigrationError the exception was not reraised in the
resize_instance function. However, based on my understanding it is not
a big deal to make this change. The worst case is log duplication in
a fairly rare error state.
Change-Id: Ifd1ea66cf3f2e59ee06714f666e357a99936b4e3
Ubuntu Oneiric has a problem with the pip installed version of m2crypto.
This fix installs python-m2crypto via apt-get on Oneiric.
Change-Id: I8290a74b614eb0d0b8d620dbad19d2cc6843de8b
This commit begins to implement blueprint consolidate-testing-infrastructure by
adding a 'testing' subpackage and moving some modules into it.
Change-Id: I04bf860bc386bd2016e7dbc5a6f6ef7379a855bb
Since moving to bzr, we no longer generate ChangeLog and vcsversion.py
and since commit deb31cb55 we no longer even have the bzr specific code
for generating them. So, let's just remove any references to them.
Change-Id: I4f96b9be48e289f9129ae8e3ad4cbc1b22db07d2
* changes:
Adding an install_requires to the setup call. Now you can pip install nova on a naked machine.
Removing obsolete bzr-related clauses in setup.py
The 'collie cluster status' default output is more verbose since
sheepdog 0.24. The '-r' (raw) option has been added for less verbose
output but won't be used to ensure compatibility with pre-0.24 sheepdog.
Change-Id: Ie31bdded928772250515e439016fc5c5beb00d83
The availability_zone column for a service record is not updated if the
availability_zone is changed after the record was created. This patch
adds availability_zone to the update list in report_state if the
availability_zone stored in the database does not match the local flag
Change-Id: I869384af113517adfba3a675f757e51687b3c15e
Related to bug 852141; adds XML serialization and deserialization for
the following extensions:
* FlavorExtraSpecs (os-flavor-extra-specs)
* Floating_ips (os-floating-ips)
* Hosts (os-hosts)
* Keypairs (os-keypairs)
* Quotas (os-quota-sets)
Change-Id: I96ace8252f8f77612ab8c866e03eff8faee2c12b