dce71ece90f71907da35a29d90d86ff7a85b4747
23300 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Jenkins
|
dce71ece90 | Merge "Port "Make flavors is_public option .." to v3 tree" | ||
|
Jenkins
|
a435ccb992 | Merge "Handle port over-quota when allocating network for instance" 2013.2.b3 | ||
|
Jenkins
|
09a26eb069 | Merge "Enable libvirt driver to use the new BDM format" | ||
|
Jenkins
|
4aa55ce6a5 | Merge "Adding VIF Driver to support Mellanox Plugin" | ||
|
Jenkins
|
738a1fdee8 | Merge "VMware: Multiple cluster support using single compute service" | ||
|
Jenkins
|
b880ed4491 | Merge "xenapi: support raw tgz image download" | ||
|
Jenkins
|
a052cb8228 | Merge "xenapi: refactor - extract image_utils" | ||
|
Jenkins
|
31783bb30b | Merge "xenapi: through-dev raw-tgz image upload to glance" | ||
|
Jenkins
|
63a8880c61 | Merge "Refresh network info cache for secgroups" | ||
|
Jenkins
|
a433ff739e | Merge "Allow block devices without device_name" | ||
|
Jenkins
|
2d78854d53 | Merge "Fix typo and indent error in isolated_hosts_filter.py" | ||
|
Jenkins
|
5ee86d3fb3 | Merge "Remove indirect dependency from requirements.txt" | ||
|
Jenkins
|
b4802fd0cb | Merge "Deprecate conductor migration_get()" | ||
|
Jenkins
|
b5181d73dc | Merge "XenAPI: Allow 10GB overhead on VHD file check size" | ||
|
Jenkins
|
fc2d2711da | Merge "Fix the multi-instance quota message" | ||
|
Dirk Mueller
|
12b104751a |
Remove indirect dependency from requirements.txt
Only direct dependencies need to be listed in requirements.txt. pyparsing was previously added to workaround installation ordering issues, which is no longer necessary. Change-Id: I45bdd1d0dabfcc7c80314c28072950cfc5a59615 |
||
|
Jenkins
|
cdb89b0fb3 | Merge "Port to oslo.messaging.Notifier API" | ||
|
Jenkins
|
7b829531bb | Merge "Fix ArchiveTestCase on PostgreSQL" | ||
|
Jenkins
|
d49d6dadaf | Merge "PCI passthrough Libvirt vm config" | ||
|
Jenkins
|
34c1fe678b | Merge "Add columns_to_join to instance_update_and_get_original" | ||
|
Jenkins
|
80cb471c4d | Merge "Add nova.utils.get_root_helper()" | ||
|
Nikola Dipanov
|
f9f247ef42 |
Enable libvirt driver to use the new BDM format
This patch makes the necessary changes in the libvirt driver to enable it to use some of the features of the new block device mapping format. After this patch it will be possible to set the bus, and device_type per block device, and libvirt driver will honor these when spawning an instance (note that attaching a volume still does not use the new data format). It utilizes some of the existing code in the blockinfo module to be able to default device names (it does so by overriding the methods introduced in I84541f8ff6e1b5978734e5def69946d014c66fdf), and also assign default values to fields like device_type and disk_bus if it is not provided or if it is bogus. As this implies the driver changing the block devices in the database, a new virtapi method block_device_mapping_update is added to accommodate this. Some of the libvirt specific code paths in the general defaulting function in compute utils have been removed as they are not needed since the driver now takes care of this. Further to that, this patch modifies some of the code paths in the libvirt driver that use the block device info directly (and not through the blockinfo module) to be aware of the new format. Due to very nicely factored code - there were only a few instances of this in the driver itself. It also overrides the libvirt driver's need_legacy_block_device_info method to tell the compute manager to feed it the new format when needed. This patch concludes the blueprint: improve-block-device-handling Change-Id: I8efd6af6706a097fb540e040a86ccbeaf131631f |
||
|
Nikola Dipanov
|
3b1f7c55c1 |
Allow block devices without device_name
This patch removes the check in the API that prevented having block devices without 'device_name' and makes the compute manager capable of guessing those names. Before creating the instance, the manager will try to guess a valid name using the method 'default_device_names_for_instance', which should be implemented by the drivers, or defer to the generic function from the utils module 'default_device_names_for_instance' which uses the already existing 'get_device_name_for_instance' function. It also takes care of assigning the correct device name to the root device (boot_index=0) to make it agree with the field `root_device_name' from the instance. If none were supplied - it will try to guess it by calling driver 'default_root_device_name' or defer to the generic 'get_device_name_for_instance'. if driver does not provide it. What is worth noting also is that, should the drivers override the two methods mentioned above, the code should expect to be passed the standard block device mapping format, and not the one used in other driver methods. DocImpact Part of blueprint: improve-block-device-handling Co-authored-by: Xavier Queralt <xqueralt@redhat.com> Change-Id: I84541f8ff6e1b5978734e5def69946d014c66fdf |
||
|
Jenkins
|
bf437baf49 | Merge "Change finish_revert_resize paths to use objects" | ||
|
Jenkins
|
7c36c5ab69 | Merge "Change finish_resize paths to use objects" | ||
|
Jenkins
|
8264590f0a | Merge "Ensure old style images can be resized" | ||
|
Jenkins
|
3e46707774 | Merge "Safe db.api.compute_node_get_all() performance improvement" | ||
|
Jenkins
|
2fff7add7b | Merge "Add missing Aggregate object tests" | ||
|
Jenkins
|
c9e211eeb2 | Merge "Generalize the _make_list() function for objects" | ||
|
Mark McLoughlin
|
60a91f475a |
Port to oslo.messaging.Notifier API
Add a temporary nova.notifier.Notifier helper class which translates oslo.messaging.Notifier compatible calls into openstack.common.notifier compatible calls. This allows us to port the notifier code over to the oslo.messaging API before actually switching over oslo.messaging fully. This patch contains no functional changes at all, except that all notifications go through this temporary helper class. Some notes on the new API: * The notifier API is changed so that what was previously global state is now encapsulated in a Notifier object. This object also includes the publisher_id and has error()/info()/etc. methods rather than just notify(). * The notify_decorator() helper wasn't carried across to the new API because its semantics are a bit weird. Something along these lines could be added in future, though. * We use a fake Notifier implementation for tests because there's no API in oslo.messaging to actually get the notifications queued up in the fake notification driver, which is a bit dumb. However, this feels like the right thing to do anyway. We're not wanting to test oslo.messaging.Notifier itself, but rather we want to test how we call it. blueprint: oslo-messaging Change-Id: I262163c7e05e6a6fb79265e904ce761fc3ac5806 |
||
|
Jenkins
|
11f6413dc9 | Merge "VMware: Nova boot from cinder volume" | ||
|
Jenkins
|
42d5ba3c90 | Merge "Remove _report_driver_status from compute/manager.py" | ||
|
Jenkins
|
6b3c57a1ae | Merge "Interpret BDM None size field as 0 on compute side" | ||
|
Jenkins
|
4414a11451 | Merge "Fix to disallow server name with all blank spaces (v3 API)" | ||
|
Jenkins
|
86e8a26c2b | Merge "VlanManager creates superfluous quota reservations" | ||
|
Jenkins
|
4f0569cbba | Merge "Use utils.execute instead of subprocess" | ||
|
Jenkins
|
28eca5936f | Merge "update neutronclient to 2.3.0 minimum" | ||
|
Jenkins
|
57ccf107aa | Merge "vm_state and task_state not updated during instance delete" | ||
|
Jenkins
|
6a638e99ad | Merge "Adds ephemeral storage support for Hyper-V" | ||
|
Jenkins
|
ed438b2610 | Merge "Adds Hyper-V VHDX support" | ||
|
Jenkins
|
df4939e28b | Merge "Adds Hyper-V dynamic memory support" | ||
|
Vishvananda Ishaya
|
8679b2c8e7 |
Refresh network info cache for secgroups
Before updating security group rules, we need to make sure that
the info cache is up-to-date. Without this source groups are not
updated properly. This was a regression introduced in commit
|
||
|
Jenkins
|
833e109cc2 | Merge "Fix AggregateDBApiTestCase on PostreSQL and MySQL" | ||
|
Jenkins
|
17933ceaf3 | Merge "Change resize_instance paths to use objects" | ||
|
Ken'ichi Ohmichi
|
e220baf1b1 |
Port "Make flavors is_public option .." to v3 tree
The following commit(I5b37fa0bb19683fe1642fd81222547d4a317054e) have
not been merged to v3 tree now, because the commit was merged to the
existing api after porting flavors.py to v3 tree.
commit
|
||
|
Jenkins
|
1889c62aea | Merge "Port Cheetah templates to Jinja2" | ||
|
Jenkins
|
6d4126416e | Merge "Remove versioning from IOVisor APIs PATH" | ||
|
Dan Smith
|
d201d9ed66 |
Add missing Aggregate object tests
This file was not properly git-add'd to commit:
|
||
|
Dan Smith
|
ee600da2b6 |
Generalize the _make_list() function for objects
Each object with a list duplicated the _make_list() method in its own module. This removes that duplication and adds a generalized helper in objects/base.py. The instance object still uses its own because it has to do a bunch of other stuff in the loop for efficiency. Change-Id: Ic910f39087ebc167b2b930979f7951116caf8598 |
||
|
Jenkins
|
ff80ac8d03 | Merge "Nova support for vmware cinder driver" |