Update notes for submitted changes
* Remove nova-manage service subcommand * config options: centralize quota options * Improve 'workarounds' conf options documentation * Config options: centralize "configdrive" options * config options: centralize baseproxy cli options * Fix import statement order in nova/rpc.py * Document our policy on fixing v2.0 API bugs * Config options: Centralize neutron options * Fix up online_data_migrations manage command to be consistent * config options: centralize xenserver vmops opts * Config options: Centralize xenapi driver options * config options: centralize xenserver vm_utils opts * Remove flavor seeding from the base migration * Rely on devstack to skip rescue tests for cells v1 * Replace topic with topics for messaging.Notifier * Updated from global requirements * conf: Remove 'destroy_after_evacuate' * config options: centralize section: "crypto" * config options: Centralise 'monkeypatch' options * config options: Centralise 'utils' options * doc: clean up oslo-incubator related stuff * config option generation doesn't work with a generator * Change the nova tempest blacklist to use to idempotent ids * Remove DictCompat from mapping objects * Enhance value check for option notify_on_state_change * Fix flavor migration tests and edge case found * config options: Centralize upgrade_levels section * config options: Centralize mks options * Remove DictCompat from S3 object * config options: Centralize vmware section * config options: centralize section "service" * Define context.roles using base class * TrivialFix: removed unnecessary cycle in servicegroup/test_api.py * Handle pre-migration flavor creation failures in the crusty old API * config options: centralize section "guestfs" * config options: centralize section "workarounds" * config options: Centralize 'nova.rpc' options * Cleanup NovaObjectDictCompat from BandwidthUsage * config options: fix the missed cli options of novncproxy * Nuke cliutils from oslo-incubator * libvirt: pci detach devices should use dev.address * Updated from global requirements * config options: Centralize xenapi torrent options * Fix: unable to delete instance when cinder is down * Block flavor creation until main database is empty * Further hack up the n.t.unit.db.fakes module of horribleness * Add flavor migration routine * Make Flavor create() and destroy() work against API DB * Move config options from nova/objects/network.py * Fix error message of nova baremetal-node-delete * Enhanced error handling for rest_parameters parser * Fix not supported error message * config options: Centralise 'image_file_url' options * neutron: Update the port with a MAC address for PFs * The 'record' option of the WebSocketProxy should be string * config options: centralize section: "glance" * Move resource provider staticmethods to proxies * Add Service.get_minimum_version_multi() for multiple binaries * remove the ability to disable v2.1 * Make git clean actually remove covhtml * Set 'libvirt.sysinfo_serial' to 'none' in RealTimeServersTest * Make compute_node_statistics() use new schema * remove glance deprecated config * Config options: Centralize consoleauth options * config options: centralize section "cloudpipe" * After migrate in-use volume the BDM information lost * Allow to update resource per single node. * pci: Add utility method for getting the MAC addr * VMware: Use Port Group and Key in binding details * Config options: Centralize resource tracker options * Remove DictCompat from ComputeNode * config options: Centralise 'virt.imagecache' options * neutron: pci_request logic considers 'direct-physical' vnic type * config options: remove the scheduler import_opt()s * Improve the help text for hyperv options (3) * Improve the help text for hyperv options (2) * Improve the help text for hyperv options (1) * Remove a redundant 'that' * Cleanup NovaObjectDictCompat from NumaTopology * Cleanup the exception LiveMigrationWithOldNovaNotSafe * Create api-ref docs site * Add sample API content * Config options: Centralize debugger options * config options: centralize section: "keymgr" * libvirt: pass a real instance object into vif plug/unplug methods * libvirt: fix ivs test to use the ivs vif object * Add a vnic type for PF passthrough and a new libvirt vif driver * libvirt: live_migration_flags/block_migration_flags default to 0 * config options: Centralize xenapi options * Populate instance_mappings during boot * libvirt: exercise vif driver 'plug' method in tests * config options: centralize xenserver options * Fix detach SR-IOV when using LibvirtConfigGuestHostdevPCI * Reduce number of db calls during image cache manager periodic task * Update cells blacklist regex for test_server_basic_ops * Remove mox from tests/functional/api_sample_tests/test_cells.py * Remove mox from tests/unit/api/openstack/compute/test_baremetal_nodes.py * Config options: Centralize ldapdns options * Add NetworkRequestList.from_tuples helper * Enforce migration tests for api database * Objectify test_flavors and test_flavors_extra_specs * Allow ironic driver to specify cafile * trivial: Fix alignment of wsgi options * config options: Remove 'wsgi_' prefix from opts * VMware: Always update image size for sparse image * Imported Translations from Zanata * Removes some redundant words * Stop providing force_hosts to the scheduler for move ops * Include CellMapping in InstanceMapping object * Make flavor extra_specs operations work against the API DB * Make Flavor access routines work against API database * Clarify the ``use_neutron`` option upgrade notes. * Try to repopulate instance_group if it is None * Fixup test_connection_switch functional test * Fix SAWarning in _flavor_get_by_flavor_id_from_db * Move config options from nova/network/manager.py * Objectify test_instance_type_extra_specs * Objectify some tests in test_compute and test_flavors * Make FlavorList.get_all() return results from the API and main DBs
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
Code-Review+2: Kevin L. Mitchell <klmitch@mit.edu>
|
||||
Verified+1: Citrix XenServer CI
|
||||
Verified+1: XenProject CI <openstack-ci@xenproject.org>
|
||||
Verified+1: DB Datasets CI <turbo-hipster@lists.rcbops.com>
|
||||
Code-Review+2: John Garbutt <john@johngarbutt.com>
|
||||
Workflow+1: John Garbutt <john@johngarbutt.com>
|
||||
Verified+2: Jenkins
|
||||
Submitted-by: Jenkins
|
||||
Submitted-at: Mon, 04 Apr 2016 22:06:41 +0000
|
||||
Reviewed-on: https://review.openstack.org/300140
|
||||
Project: openstack/nova
|
||||
Branch: refs/heads/master
|
||||
|
||||
Code-Review+2: Kevin L. Mitchell <kevin.mitchell@rackspace.com>
|
||||
Verified+1: Citrix XenServer CI
|
||||
Verified+1: XenProject CI <openstack-ci@xenproject.org>
|
||||
|
||||
12
de/4043d454aee7a61a46b9a6bf8eaa6922591cb3
Normal file
12
de/4043d454aee7a61a46b9a6bf8eaa6922591cb3
Normal file
@@ -0,0 +1,12 @@
|
||||
Verified+1: DB Datasets CI <turbo-hipster@lists.rcbops.com>
|
||||
Verified+1: Citrix XenServer CI
|
||||
Verified+1: XenProject CI <openstack-ci@xenproject.org>
|
||||
Code-Review+2: Ken'ichi Ohmichi <ken1ohmichi@gmail.com>
|
||||
Code-Review+2: Daniel Berrange <berrange@redhat.com>
|
||||
Workflow+1: Daniel Berrange <berrange@redhat.com>
|
||||
Verified+2: Jenkins
|
||||
Submitted-by: Jenkins
|
||||
Submitted-at: Mon, 18 Apr 2016 16:10:03 +0000
|
||||
Reviewed-on: https://review.openstack.org/299307
|
||||
Project: openstack/nova
|
||||
Branch: refs/heads/master
|
||||
Reference in New Issue
Block a user