summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Imports to human alphabetical orderJoe Gordon2012-04-2612-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problems identified by enabling N306 in run_tests.sh Change-Id: Ifddfe58da020dd041bcbbf5f14941514a09f61c1
* | | | | | | | | | | | Merge "make all mysql tables explicitly innodb"Jenkins2012-04-261-0/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | make all mysql tables explicitly innodbSean Dague2012-04-261-0/+52
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #972831 Change-Id: I5692ea3a5c03e65ac8392ba9697dbb4dca285f9c
* | | | | | | | | | | Merge "Fix 986922"Jenkins2012-04-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix 986922Chuck Short2012-04-261-1/+1
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in nova/network/manager.py Change-Id: I4fdb2f08a9d4ee8a1056267b50aa27c3201b4d7a Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | | | | | | | | | Merge "Add instance logging to vmware_images.py"Jenkins2012-04-261-6/+11
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add instance logging to vmware_images.pyMichael Still2012-04-261-6/+11
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I92e81d777b4e866abbbc2f8b5d173089bfe48b52
* | | | | | | | | Merge "Disallow network creation when label > 255. Fixes bug 965008"Jenkins2012-04-262-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disallow network creation when label > 255. Fixes bug 965008Mandar Vaze2012-04-262-1/+4
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added length check for label. Without length check, label is truncated. Warning is shown by sqlalchemy layer. Raise an InvalidInput exception when validation fails (like rest of the surroudning code) Change-Id: Iae517e03099e36f1c00f4742049834a9231a2fff
* | | | | | | | | Merge "Add instance to log messages."Jenkins2012-04-261-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add instance to log messages.Michael Still2012-04-261-2/+2
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53b166c7f53c0094951cb13ed8942e0b7bbb8b55
* | | | | | | | | Merge "Introduced _atomic_restart_dhcp() Fixes Bug 977875"Jenkins2012-04-261-4/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduced _atomic_restart_dhcp() Fixes Bug 977875Mandar Vaze2012-04-251-4/+15
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced a new method which executes update_dhcp_text_file and restart_dhcp as one atomic unit - to avoid race between these steps. Change-Id: I6fda9fbfcaf59fa6a4859b361574d98e16331882
* | | | | | | | | Merge "Make updating hostId raises BadRequest."Jenkins2012-04-262-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make updating hostId raises BadRequest.vaddi-kiran2012-04-262-0/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes bug 944028 Change-Id: I563f51dd7afea1d0a9c7391c9e641e7c8c493216
* | | | | | | | | Merge "Use instance_get_by_uuid since we're looking up a UUID"Jenkins2012-04-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use instance_get_by_uuid since we're looking up a UUIDJohannes Erdfelt2012-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I60869ace0890dcef887a7984e41abd9cf16ea9e3
* | | | | | | | | | Merge "Add instance logging to vmops.py"Jenkins2012-04-261-61/+69
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add instance logging to vmops.pyMichael Still2012-04-261-61/+69
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9d1f61f568e8d5c8b45c4097e5240facc13191d6
* | | | | | | | | | Merge "Log instance."Jenkins2012-04-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Log instance.Michael Still2012-04-261-1/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though this is a fake, its at least consistent. Change-Id: Ib5ae787b068c94cedcfd7f1d2dd843110129f299
* | | | | | | | | | Merge "Log instance information for baremetal."Jenkins2012-04-261-22/+34
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Log instance information for baremetal.Michael Still2012-04-261-22/+34
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I38b230b2d4506bc6f7758698a381b3e1ae392e2b
* | | | | | | | | Merge "Include instance in log message."Jenkins2012-04-261-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Include instance in log message.Michael Still2012-04-261-1/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id4f8be8cf01d04602feaf62f388702011dea692e
* | | | | | | | | Use nova_uuid attribute instead of trying to parse out name_labelJohannes Erdfelt2012-04-261-71/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name_label parsing code is out-of-date since key support was added to the format string, but it's not needed anymore since the internal uuid was added to other-config for a while now. Change-Id: I2902320ae7118e42cd3d18f2d6d0fab0fcbec687
* | | | | | | | | Merge "Ensure all messages include instance."Jenkins2012-04-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ensure all messages include instance.Michael Still2012-04-261-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6d870cd8cba796c26d7893f132c85510bd8f6d43
* | | | | | | | | Merge "Log instance."Jenkins2012-04-261-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Log instance.Michael Still2012-04-261-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8fbfd7fdc6e16d555151d63657fb8435077a006e
* | | | | | | | | Merge "Include instance in log message."Jenkins2012-04-261-3/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Include instance in log message.Michael Still2012-04-261-3/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I350a6a7670a0d5b1b917ac33b86d77a4f010fd19
* | | | | | | | Xen: Pass session to destroy_vdiRenuka Apte2012-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I34c59ff536abfdff9221cdb3d9ecc45d1e7a1a90
* | | | | | | | fix bug #980452 set net.ipv4.ip_forward=1 on networkPeng Yong2012-04-253-0/+9
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I03c569252f896330cc6396267e00b626e9232fb7
* | | | | | | Merge "Don't leak RPC connections on timeouts or other exceptions"Jenkins2012-04-251-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Don't leak RPC connections on timeouts or other exceptionsChris Behrens2012-04-251-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 968843 Change-Id: I9e0f1e306cab203bf4c865050b7a45f96127062e
* | | | | | | | Merge "Fixes bug 987335."Jenkins2012-04-251-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes bug 987335.Alvaro Lopez Garcia2012-04-231-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert bug introduced by commit a837f92e that removed console_log from get_console_output() Change-Id: I22a14b5f50c2df0486420b38137328ac87844c1f
* | | | | | | | | Merge "allow power state "BLOCKED" for live migrations if using Xen by libvirt"Jenkins2012-04-251-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | allow power state "BLOCKED" for live migrations if using Xen by libvirtChristian Berendt2012-04-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes bug 985587 Change-Id: I7184dd639733a68f6b31e5e3e4311c7aa8d50220
* | | | | | | | | | Merge "Number of missing imports should always be shown"Jenkins2012-04-251-4/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Number of missing imports should always be shownJoe Gordon2012-04-241-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In tools/hacking.py Change-Id: I1219dcc140594be97fc680981a122157fed2e279
* | | | | | | | | | | Merge "QuantumManager will start dnsmasq during startup. Fixes bug 977759"Jenkins2012-04-251-0/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | QuantumManager will start dnsmasq during startup. Fixes bug 977759Mandar Vaze2012-04-121-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added _setup_network_on_host method, which calls update_dhcp if quantum_use_dhcp is set. Change-Id: I193212037873001a03da7b7a484f61a5c13b5de8
* | | | | | | | | | | Merge "Small cleanup to attach_volume logging"Jenkins2012-04-251-6/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Small cleanup to attach_volume loggingMark Washenberger2012-04-251-6/+5
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I92b044b0b56ab7385ee423df38a08bd657feaed5
* | | | | | | | | | | Merge "Validate min_ram/min_disk on rebuild."Jenkins2012-04-253-3/+67
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Validate min_ram/min_disk on rebuild.Dan Prince2012-04-233-3/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update compute API rebuild function so that it checks min_ram and min_disk on the specified image. Fixes LP Bug #919367. Change-Id: Ifa38b303656709e537fa6e4e729f39715f23f552
* | | | | | | | | | | Merge "Introduced flag base_dir_name. Fixes bug 973194"Jenkins2012-04-256-9/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Introduced flag base_dir_name. Fixes bug 973194Mandar Vaze2012-04-246-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rebased from master. If user faces locking related problem when two nova-compute hosts sharing same disk area via nfs, try to download same image into cache concurrently - Then base_dir_name can be set to "_base_$my_ip" in nova.conf Default value for base_dir_name is "_base" thus retaining existing behavior. Change-Id: Icff10ed75ba83f7256731614dc9e01e578b347a4