c95954ca1a704b6f6e53e7b37f797ad51cb5efa9
189 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Jake Dahn
|
c95954ca1a | adding myself to authors | ||
|
Mandell Degerness
|
ca79470843 |
Fix to nova-ajax-console-proxy to use the new syntax.
create_consumer and create_connection abstractions were added recently. |
||
|
Matthew Hooker
|
6703e33a68 | Fix various errors discovered by pylint and pyflakes. | ||
|
Matthew Hooker
|
7026927fa5 |
fix call to nonexistant method to_global_ipv6.
Add myself to authors file |
||
|
Zed Shaw
|
eaf8385dfc | Add myself to authors. | ||
|
Adam Johnson
|
1bb28f728e | adding to authors | ||
|
Adam Johnson
|
a9b10f32ae | fixing merge conflict | ||
| c8f91001eb |
Bug #796813 : vmwareapi does not support distributed vswitch
The extant API assumed a standard switch network for all cases of ESX(i), was not usable when the hypervisor was added to a distributed portgroup on a virtual switch. The VM's would create a new standard switch with the same name as the dv portgroup. Bug #796834: ESX(i) : Incorrect machine id parameters in vmx for guest_tool.py -The machine.id string was missing required information for the guest_tool.py script to set networking in the guest VMs. -Additionally the script crashed on Python > 2.4 due to the implicit gettext translator(_()) used. -Added support for Ubuntu guest operating systems. |
|||
|
Ryu Ishimoto
|
c7f19fb765 | Merged trunk | ||
|
Adam Gandelman
|
617fd37492 | Fix email address in Author | ||
|
Ryu Ishimoto
|
22f6b3d99c | Added Dan Wendlandt to Authors, and fixed failing network unit tests | ||
|
Adam Gandelman
|
6178861ffd | Update Authors file | ||
|
Ryu Ishimoto
|
ef7de73bd5 | Merged trunk | ||
|
Arvind Somy
|
7c7a15b520 | - Fixed the conflift in vmops.py | ||
|
Stephanie Reese
|
ad700b0ece | Fixes Bug #810149 that had an incomplete regex | ||
|
Stephanie Reese
|
0aeec37c27 | Updated Authors | ||
|
Scott Moser
|
ee143766a3 | add self to authors | ||
|
Dan Prince
|
f794139e6a | Added Mohammed Naser to Authors file. | ||
|
Alexander Sakhnov
|
db356e04fa | Fix 809316 bug which prevent cloudpipe to get valid IP. | ||
|
Devendra Modium
|
9095a497dc | Fix the bug 800759. | ||
|
Devendra Modium
|
d326033f5e | Missing Author updated | ||
|
Devendra Modium
|
49697c5fa1 | Merging issues | ||
|
Devendra Modium
|
7048530fb6 | Comments Incorporated for Bug800759 | ||
|
Ryu Ishimoto
|
f568d9345d | Added a L2 network driver for bridge/vlan creation | ||
|
Nikolay Sokolov
|
ca191deeca | Proper Author section insertion (thx Eldar). | ||
|
Nikolay Sokolov
|
1732c373aa | Gracefull shutdown of nova-api. | ||
|
Ilya Alekseyev
|
fd3da28b56 | mailmap | ||
|
Ilya Alekseyev
|
584615837f | mailmap | ||
|
Ilya Alekseyev
|
62018b1aba | fixes | ||
|
Ilya Alekseyev
|
cbd0622ffb | some tests | ||
|
Ilya Alekseyev
|
09d439cd74 | stub tests | ||
|
Arvind Somy
|
faed18358f |
Fix for Bug lp:796813
- Adding support for distributed virtual portgroups on vmware ESX(i) |
||
|
Jason Cannavale
|
24948671c2 | Update migrate script version to 22. | ||
|
Mike Scherbakov
|
17de1520f0 | Bugfix #780784 . KeyError when creating custom image. | ||
|
Jason Cannavale
|
e16ac0dbe6 | Cleaned up text conflict. | ||
|
Jason Cannavale
|
b6e9072a89 | Cleaned up pep8 errors. | ||
| f903911a07 | Fixed the APIError typo | |||
|
Jason Cannavale
|
6bf9bd5f78 | MySQL database tables are currently using the MyISAM engine. Created migration script nova/db/sqlalchemy/migrate_repo/versions/020_set_engine_mysql_innodb.py to change all current tables to InnoDB. | ||
| 05c21ed52d | Added myself to Authors file | |||
|
MORITA Kazutaka
|
9f42084531 | Merge trunk | ||
|
Mike Scherbakov
|
fe77c55b76 | Merged with trunk | ||
|
Dave Walker (Daviey)
|
16ad120a23 | When adding a keypair with ec2 API that already exists, give a friendly error and no traceback in nova-api | ||
|
Renuka Apte
|
e1795bd73c |
Fixes euca-attach-volume for iscsi using Xenserver
Minor changes required to xenapi functions to get correct format for volume-id, iscsi-host, etc. |
||
|
Dave Walker (Daviey)
|
57a405d630 | Added myself to Authors | ||
|
Andrey Brindeyev
|
1faf772484 | Addressing bug #785763 . Usual default for maximum number of DHCP leases in dnsmasq is 150. This prevents instances to obtain IP addresses from DHCP in case we have more than 150 in our network. Adding myself to Authors. | ||
|
Jason Cannavale
|
e96b904fea | MySQL database tables are using the MyISAM engine. Created migration script to change all current tables to InnoDB. | ||
|
MORITA Kazutaka
|
aa3931393e | Merge trunk | ||
|
Isaku Yamahata
|
321d724df5 |
Authors: add myself to Authers file
add myself to Authers file for later commit. |
||
|
William Wolf
|
8392d6c9bb | merge from trunk | ||
|
Lvov Maxim
|
0576766cdf |
1 Set default paths for nova.conf and api-paste.ini to /etc/nova/
2 Changed countryName policy because https://bugs.launchpad.net/nova/+bug/724317 still affected. |