Mandell Degerness
ca79470843
Fix to nova-ajax-console-proxy to use the new syntax.
...
create_consumer and create_connection abstractions were added recently.
2011-08-04 10:43:16 -07:00
Matthew Hooker
6703e33a68
Fix various errors discovered by pylint and pyflakes.
2011-07-29 19:48:58 +00:00
Matthew Hooker
7026927fa5
fix call to nonexistant method to_global_ipv6.
...
Add myself to authors file
2011-07-27 20:32:46 -04:00
Zed Shaw
eaf8385dfc
Add myself to authors.
2011-07-26 16:43:04 -07:00
Adam Johnson
1bb28f728e
adding to authors
2011-07-26 09:49:36 +09:00
Adam Johnson
a9b10f32ae
fixing merge conflict
2011-07-26 09:41:55 +09:00
Arvind Somya asomya@cisco.com
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.
2011-07-25 21:29:58 +00:00
Ryu Ishimoto
c7f19fb765
Merged trunk
2011-07-21 15:38:13 +09:00
Adam Gandelman
617fd37492
Fix email address in Author
2011-07-20 12:10:01 -07:00
Ryu Ishimoto
22f6b3d99c
Added Dan Wendlandt to Authors, and fixed failing network unit tests
2011-07-21 03:20:07 +09:00
Adam Gandelman
6178861ffd
Update Authors file
2011-07-20 10:03:56 -07:00
Ryu Ishimoto
ef7de73bd5
Merged trunk
2011-07-20 04:20:15 +09:00
Arvind Somy
7c7a15b520
- Fixed the conflift in vmops.py
2011-07-18 10:04:13 -04:00
Stephanie Reese
ad700b0ece
Fixes Bug #810149 that had an incomplete regex
2011-07-15 06:52:32 +00:00
Stephanie Reese
0aeec37c27
Updated Authors
2011-07-14 23:12:42 -04:00
Scott Moser
ee143766a3
add self to authors
2011-07-14 07:08:02 -04:00
Dan Prince
f794139e6a
Added Mohammed Naser to Authors file.
2011-07-13 08:34:41 -04:00
Alexander Sakhnov
db356e04fa
Fix 809316 bug which prevent cloudpipe to get valid IP.
2011-07-12 17:25:42 +04:00
Devendra Modium
9095a497dc
Fix the bug 800759.
2011-07-11 15:11:13 +00:00
Devendra Modium
d326033f5e
Missing Author updated
2011-07-11 10:48:32 -04:00
Devendra Modium
49697c5fa1
Merging issues
2011-07-07 16:47:23 -04:00
Devendra Modium
7048530fb6
Comments Incorporated for Bug800759
2011-07-07 11:25:45 -04:00
Ryu Ishimoto
f568d9345d
Added a L2 network driver for bridge/vlan creation
2011-07-07 01:03:00 +09:00
Nikolay Sokolov
ca191deeca
Proper Author section insertion (thx Eldar).
2011-07-06 00:43:39 +04:00
Nikolay Sokolov
1732c373aa
Gracefull shutdown of nova-api.
2011-07-04 23:48:05 +04:00
Ilya Alekseyev
fd3da28b56
mailmap
2011-06-25 04:47:06 +04:00
Ilya Alekseyev
584615837f
mailmap
2011-06-25 04:45:15 +04:00
Ilya Alekseyev
62018b1aba
fixes
2011-06-25 03:03:17 +04:00
Ilya Alekseyev
cbd0622ffb
some tests
2011-06-25 00:33:40 +04:00
Ilya Alekseyev
09d439cd74
stub tests
2011-06-24 23:55:18 +04:00
Arvind Somy
faed18358f
Fix for Bug lp:796813
...
- Adding support for distributed virtual portgroups on vmware ESX(i)
2011-06-17 14:02:24 -04:00
Jason Cannavale
24948671c2
Update migrate script version to 22.
2011-06-03 16:39:48 -05:00
Mike Scherbakov
17de1520f0
Bugfix #780784 . KeyError when creating custom image.
2011-06-02 17:16:06 +00:00
Jason Cannavale
e16ac0dbe6
Cleaned up text conflict.
2011-05-31 11:43:38 -05:00
Jason Cannavale
b6e9072a89
Cleaned up pep8 errors.
2011-05-31 11:31:35 -05:00
Vivek YS vivek.ys@gmail.com
f903911a07
Fixed the APIError typo
2011-05-31 16:31:32 +00:00
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.
2011-05-31 11:25:38 -05:00
Vivek YS vivek.ys@gmail.com
05c21ed52d
Added myself to Authors file
2011-05-31 21:04:01 +05:30
MORITA Kazutaka
9f42084531
Merge trunk
2011-05-27 13:37:39 +09:00
Mike Scherbakov
fe77c55b76
Merged with trunk
2011-05-26 00:51:14 +04:00
Dave Walker (Daviey)
16ad120a23
When adding a keypair with ec2 API that already exists, give a friendly error and no traceback in nova-api
2011-05-24 16:36:04 +00:00
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.
2011-05-23 15:36:18 +00:00
Dave Walker (Daviey)
57a405d630
Added myself to Authors
2011-05-21 13:00:22 +01:00
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.
2011-05-20 17:57:04 +04:00
Jason Cannavale
e96b904fea
MySQL database tables are using the MyISAM engine. Created migration script to change all current tables to InnoDB.
2011-05-16 18:09:26 -05:00
MORITA Kazutaka
aa3931393e
Merge trunk
2011-05-16 16:30:17 +09:00
Isaku Yamahata
321d724df5
Authors: add myself to Authers file
...
add myself to Authers file for later commit.
2011-05-13 23:07:34 +09:00
William Wolf
8392d6c9bb
merge from trunk
2011-05-12 09:18:25 -04:00
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.
2011-05-11 22:56:57 +00:00
William Wolf
715a2c599d
merge from trunk and update .mailmap file
2011-05-11 15:16:37 -04:00