f6088545d2569423f4911bcddccc3a7eac36baf2
Commit Graph

14037 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Alessio Ababilov
f6088545d2 Setup logging, particularly for keystone middleware
Fixes bug 979282 and bug 988951
Change-Id: I895d00ac9648e8b3cb3ad1bf141c9bfe02ef3680
2012年05月11日 17:44:57 +03:00
Jenkins
388e4098e3 Merge "Remove instance Foreign Key in volumes table, replace with instance_uuid" 2012年05月11日 14:41:50 +00:00
Jenkins
bf6673a595 Merge "Use ConfigOpts.find_file() to find paste config" 2012年05月11日 01:42:15 +00:00
Jenkins
8aef8b8397 Merge "Generate a Changelog for Nova" 2012年05月11日 01:32:02 +00:00
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
2012年05月10日 21:17:16 +00:00
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
2012年05月10日 22:10:46 +01:00
Jenkins
e00e45be42 Merge "Use ConfigOpts.find_file() to locate policy.json" 2012年05月10日 20:24:51 +00:00
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
2012年05月10日 13:36:32 -06:00
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
2012年05月10日 16:51:18 +00:00
Jenkins
955bfa2c7f Merge "Added image metadata to compute.instance.exists" 2012年05月10日 16:23:50 +00:00
Jenkins
31efac3a6e Merge "Minor help text related changes" 2012年05月10日 16:12:51 +00:00
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
2012年05月10日 15:34:05 +00:00
Jenkins
1d53273d67 Merge "API does need new image_ref on rebuild immediately." 2012年05月10日 15:01:26 +00:00
Dan Prince
190775d5ea Update PostgreSQL sequence names for zones/quotas.
Fixes LP Bug #993667.
Fixes LP Bug #993669.
Change-Id: Ifcc33929ced617916bd6613fc941257494f4a99b
2012年05月10日 09:14:44 -04:00
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
2012年05月10日 03:06:02 -07:00
Jenkins
c45595cc33 Merge "fix bug 977007,make nova create correct size of qcow2 disk file." 2012年05月09日 23:23:41 +00:00
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
2012年05月09日 21:11:30 +00:00
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
2012年05月09日 16:37:37 -04:00
Jenkins
27873b4196 Merge "implement blueprint floating-ip-notification." 2012年05月09日 20:32:56 +00:00
Jenkins
51dc42ff41 Merge "Defer image_ref update to manager on rebuild" 2012年05月09日 20:11:16 +00:00
Jenkins
c9b32939c7 Merge "Sync to newer openstack.common.cfg" 2012年05月09日 20:01:53 +00:00
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
2012年05月09日 12:49:57 -07:00
Jenkins
113300f024 Merge "Improvement for the correct query extraction." 2012年05月09日 19:30:50 +00:00
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
2012年05月09日 19:22:39 +00:00
Jenkins
36a810e545 Merge "Mistake with the documentation about cost function's weight corrected." 2012年05月09日 19:12:06 +00:00
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
2012年05月10日 01:22:15 +08:00
Jenkins
e951020361 Merge "Remove unnecessary shutdown argument to _destroy()" 2012年05月09日 16:43:55 +00:00
Jenkins
76fbda0e84 Merge "Fixes bug 983024" 2012年05月09日 16:33:28 +00:00
Jenkins
906e65b72f Merge "Run ip link show in linux_net._device_exists as root" 2012年05月09日 16:22:52 +00:00
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 f5b051bbd0, the
_shutdown() method checks the power state and determines if it
should issue the shutdown command or not. As a result, the
shutdown argument is unnecessary and always calling the
_shutdown() method will ensure the VM is in the proper state
for the destroy to succeed.
Change-Id: I9bc6007598da4ac69e8d463be9af51deaf5d6535
2012年05月09日 04:40:00 +00:00
Jenkins
3e126c83bf Merge "Minor refactor of servers viewbuider." 2012年05月08日 20:53:59 +00:00
Jenkins
d64e93967c Merge "Do not fail on notify when quantum and melange are out of sync." 2012年05月08日 19:34:54 +00:00
Jenkins
45b4955b46 Merge "fix bug 982360, multi ip block for dmz_cidr" 2012年05月08日 19:06:53 +00:00
Jenkins
314cc19dca Merge "Remove state altering in live-migration code" 2012年05月08日 18:06:43 +00:00
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
2012年05月08日 12:52:44 -05:00
Jenkins
9019705f70 Merge "Fix devref docs" 2012年05月08日 17:45:09 +00:00
Jenkins
5ed2e30915 Merge "Find context arg by type rather than by name." 2012年05月08日 17:34:54 +00:00
Jenkins
a517891b1d Merge "Fix bug 983206 : _try_convert parsing string" 2012年05月08日 17:24:26 +00:00
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
2012年05月08日 09:25:46 -07:00
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." 2012年05月08日 15:44:21 +00:00
Jenkins
e584456544 Merge "httplib throw "TypeError: an integer is required" when run quantum" 2012年05月08日 15:20:24 +00:00
Jenkins
faa9882395 Merge "pylint cleanup" 2012年05月08日 14:51:03 +00:00
hua zhang
61a515a5a7 httplib throw "TypeError: an integer is required" when run quantum
Bug 993149
Change-Id: Ife663ec1cf2b9d094a00c488f849da5857cc34a3
2012年05月08日 16:38:35 +08:00
Jenkins
1405b62cde Merge "Implement key pair quotas." 2012年05月08日 03:16:05 +00:00
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
2012年05月07日 20:53:39 -05:00
Jenkins
d659aaac90 Merge "Remove Deprecated AuthMiddleware" 2012年05月08日 01:47:49 +00:00
Jenkins
650fe9c217 Merge "Fix a race with rpc.register_opts in service.py." 2012年05月08日 01:38:12 +00:00
Jenkins
f310db7844 Merge "adjust logging levels for utils.py" 2012年05月08日 00:51:38 +00:00
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
2012年05月07日 16:11:24 -07:00
Jenkins
4e38b78f55 Merge "Update api-paste.ini to remove unused settings" 2012年05月07日 22:11:36 +00:00