f6088545d2569423f4911bcddccc3a7eac36baf2
14037 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Alessio Ababilov
|
f6088545d2 |
Setup logging, particularly for keystone middleware
Fixes bug 979282 and bug 988951 Change-Id: I895d00ac9648e8b3cb3ad1bf141c9bfe02ef3680 |
||
|
Jenkins
|
388e4098e3 | Merge "Remove instance Foreign Key in volumes table, replace with instance_uuid" | ||
|
Jenkins
|
bf6673a595 | Merge "Use ConfigOpts.find_file() to find paste config" | ||
|
Jenkins
|
8aef8b8397 | Merge "Generate a Changelog for Nova" | ||
|
Chris Behrens
|
584917cce5 |
Fix XenServer windows agent issue
Windows agent requires an argument of either 'agent' or 'xentools' to the 'version' command. All we care about is 'agent', so add it. The unix agent happily ignores the arg. Fixes bug 997805 Change-Id: Ic369c8a2850173057da9d3175a02b5864d7a6514 |
||
|
Mark McLoughlin
|
16c5dbf156 |
Use ConfigOpts.find_file() to find paste config
Use cfg's new helper method to find the paste deploy config file. The basic behavior is "look alongside the config file" with a fall back to the standard default config paths. Change-Id: If7a9ac1d456f372e3f5f6c78e237a7b099d1a30e |
||
|
Jenkins
|
e00e45be42 | Merge "Use ConfigOpts.find_file() to locate policy.json" | ||
|
John Griffith
|
dcad314fb9 |
Remove instance Foreign Key in volumes table, replace with instance_uuid
* Remove the instance relationship and instance_id FK * Add instance_uuuid column to volumes table * Passed unit tests and devstack tests Change-Id: Id598f1f1d7915d1af6bf3dd75e5819dce08aaa0f |
||
|
Brian Elliott
|
d9ed812220 |
Removed unused snapshot_instance method
Removed snapshot_instance method on base virt driver. It is essentially an unused duplicate of the snapshot method. Change-Id: I082075d8d6797bd60072d375f3ce16704ff6351e |
||
|
Jenkins
|
955bfa2c7f | Merge "Added image metadata to compute.instance.exists" | ||
|
Jenkins
|
31efac3a6e | Merge "Minor help text related changes" | ||
|
Brian Elliott
|
53adfd289b |
Added image metadata to compute.instance.exists
Added image metadata to compute.instance.exists notification. This information is a convenience to assist billing/usage systems by providing information about the image the instance was built from. Change-Id: I27e8c048ed419858ba2eb3e20c25ac454b0419b6 |
||
|
Jenkins
|
1d53273d67 | Merge "API does need new image_ref on rebuild immediately." | ||
|
Dan Prince
|
190775d5ea |
Update PostgreSQL sequence names for zones/quotas.
Fixes LP Bug #993667. Fixes LP Bug #993669. Change-Id: Ifcc33929ced617916bd6613fc941257494f4a99b |
||
|
Mandar Vaze
|
e625300b92 |
Minor help text related changes
based on comments from https://review.openstack.org/#/c/7269 Removed duplicate declaration from test cases. Change-Id: I090cd3ba0aa2ed3720223deea5e44cfe71682fe0 |
||
|
Jenkins
|
c45595cc33 | Merge "fix bug 977007,make nova create correct size of qcow2 disk file." | ||
|
Chris Behrens
|
b5db5a346f |
API does need new image_ref on rebuild immediately.
This restores the DB update for image_ref immediately on rebuild, but passes the old image_ref to the manager for use with instance.exists notification. Fixes the fix for bug 997245 Change-Id: I8cf6a8759e8fe605bb023048a320b15eee3bcd80 |
||
|
Dan Prince
|
d879dc9e0d |
Avoid unnecessary inst lookup in vmops _shutdown.
Updates the XenServer vmops.py _shutdown function so that it avoids calling get_info/_get_vm_opaque_ref with the instance name. Since _shutdown already has the vm_ref there is no need to make this call. This fixes an issue where 'RESIZE' was broken when resizing to the same host. Fixes LP Bug #997313. Change-Id: Ic5a1a0f92df9a2b809aef20a250843bf48402d75 |
||
|
Jenkins
|
27873b4196 | Merge "implement blueprint floating-ip-notification." | ||
|
Jenkins
|
51dc42ff41 | Merge "Defer image_ref update to manager on rebuild" | ||
|
Jenkins
|
c9b32939c7 | Merge "Sync to newer openstack.common.cfg" | ||
|
Yaguang Tang
|
7b641e9c07 |
implement blueprint floating-ip-notification.
add floating ip alloate/disalloate, associate/disassocaite notify events.change releative tests to make changes pass through. Change-Id: I77257528cd87da44ace896d65a4268a066ed888e |
||
|
Jenkins
|
113300f024 | Merge "Improvement for the correct query extraction." | ||
|
Chris Behrens
|
55e6021ce3 |
Defer image_ref update to manager on rebuild
We shouldn't update the DB and use it for passing the new image_ref for a rebuild. This causes a usage exists notification for the new image instead of the old... and technically the new image is not accurate until we shutdown the old instance and try building the new one.. Fixes bug 997245 Change-Id: Ia4bd4b8af90080a11875d9ee56661286bc3f5593 |
||
|
Jenkins
|
36a810e545 | Merge "Mistake with the documentation about cost function's weight corrected." | ||
|
Yaguang Tang
|
ee705d0484 |
fix bug 977007,make nova create correct size of qcow2 disk file.
when use live block migration,ephemeral disks with qcow2 format should be created in the destination with the same virtual size as before. Change-Id: I5c5b1295bdb3e4dc281698eba38c5ce697aa9bc2 |
||
|
Jenkins
|
e951020361 | Merge "Remove unnecessary shutdown argument to _destroy()" | ||
|
Jenkins
|
76fbda0e84 | Merge "Fixes bug 983024" | ||
|
Jenkins
|
906e65b72f | Merge "Run ip link show in linux_net._device_exists as root" | ||
|
Johannes Erdfelt
|
f539bf7d05 |
Remove unnecessary shutdown argument to _destroy()
Xen requires the VM power state be not running before it can be
destroyed. Xen also requires the VM power state to be running
to shutdown a VM. The shutdown argument was available to ensure
that a shutdown was not attempted when the VM was not running.
Since commit
|
||
|
Jenkins
|
3e126c83bf | Merge "Minor refactor of servers viewbuider." | ||
|
Jenkins
|
d64e93967c | Merge "Do not fail on notify when quantum and melange are out of sync." | ||
|
Jenkins
|
45b4955b46 | Merge "fix bug 982360, multi ip block for dmz_cidr" | ||
|
Jenkins
|
314cc19dca | Merge "Remove state altering in live-migration code" | ||
|
Jason Kölker
|
b7e894b196 |
Do not fail on notify when quantum and melange are out of sync.
This patch adds the `ignore_missing_network_data` flag which will log exceptions rather than raising them when generating usage exists notifications. Change-Id: Ie11bc9028790c2d1b3de1f4709a9e17a67e06f26 |
||
|
Jenkins
|
9019705f70 | Merge "Fix devref docs" | ||
|
Jenkins
|
5ed2e30915 | Merge "Find context arg by type rather than by name." | ||
|
Jenkins
|
a517891b1d | Merge "Fix bug 983206 : _try_convert parsing string" | ||
|
Brian Waldon
|
99f3822fd3 |
Remove instance action logging mechanism
* Remove InstanceActions db model * Remove relevant db api functions * Add migration 93 which drops the instance_actions * Remove server_action_list API extension * Fixes bug 994846 Change-Id: Ibbd787183034314460f41c84b9ad152655739209 |
||
|
Jenkins
|
7ad7e9049c | Merge "A previous patch decoupled the RPC drivers from the nova.flags, breaking instance audit usage in the process. This configures the xvpvncproxy to configure the RPC drivers properly with FLAGS so that xvpvncproxy can run." | ||
|
Jenkins
|
e584456544 | Merge "httplib throw "TypeError: an integer is required" when run quantum" | ||
|
Jenkins
|
faa9882395 | Merge "pylint cleanup" | ||
|
hua zhang
|
61a515a5a7 |
httplib throw "TypeError: an integer is required" when run quantum
Bug 993149 Change-Id: Ife663ec1cf2b9d094a00c488f849da5857cc34a3 |
||
|
Jenkins
|
1405b62cde | Merge "Implement key pair quotas." | ||
|
Antony Messerli
|
95d2e9082e |
A previous patch decoupled the RPC drivers from the nova.flags, breaking instance audit usage in the process.
This configures the xvpvncproxy to configure the RPC drivers properly with FLAGS so that xvpvncproxy can run. Change-Id: I71d27a06060120448bd3401ee91566dbc3b6a289 |
||
|
Jenkins
|
d659aaac90 | Merge "Remove Deprecated AuthMiddleware" | ||
|
Jenkins
|
650fe9c217 | Merge "Fix a race with rpc.register_opts in service.py." | ||
|
Jenkins
|
f310db7844 | Merge "adjust logging levels for utils.py" | ||
|
Joe Gordon
|
c95162e528 |
Fix bug 983206 : _try_convert parsing string
* _try_convert in ec2utils.py didn't handle strings starting with "0x" * Added tests to cover bug * Add better float support * remove unused complex number support Change-Id: I382d36f4a8671bcceccfa1ebdbae89a9d2aca207 |
||
|
Jenkins
|
4e38b78f55 | Merge "Update api-paste.ini to remove unused settings" |