Commit Graph

165 Commits

Author SHA1 Message Date
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
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
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
Lvov Maxim ffabb107d8 changing Authors file 2011-05-11 11:47:38 +04:00
Mike Scherbakov 6c4059f20c Bugfix #780784. KeyError when creating custom image. 2011-05-11 03:24:02 +04:00
Justin Shepherd 6991faaac1 Added GitPython to [install_dir]/tools/pip-requires. 2011-05-09 22:36:01 -05:00
William Wolf 329a409e86 merge from trunk 2011-05-06 21:30:31 -04:00
William Wolf 500c14d8a8 merge from trunk 2011-05-06 14:12:33 -04:00
Yuriy Taraday 57fbc3f748 Added myself to Authors file. 2011-05-06 06:50:48 +04:00
William Wolf 900e446a41 added self to authors 2011-05-05 15:38:45 -04:00
William Wolf 5bd57d7013 added myself to Authors 2011-05-04 21:50:54 -04:00
Kevin Bringard e4538af1a6 Add a flag to allow the user to specify a dnsmasq configuration file for nova-network to use when starting dnsmasq. Currently the command line option is set to "--config-fil=" with nothing specified. This branch will leave it as it is if the user does not specify a config file, but will utilize the specific file if they do.
If there is a conflict with the options specified on the command line and those in the configuration file, dnsmasq will use the config file (overriding the command line options) if the option is only allowed to be specified once, or it will use both if the option is allowed to be specified multiple times.

I have found this personally useful for adding things such as "domain=" to set the domain hostname on VMs as well as to more finely tune DNS delegation and upstream resolution.
2011-05-02 21:26:34 +00:00
Alex Meade 1a25bb43f6 Since run_tests.sh utilizes nose to run its tests, the -x, --stop flag works correctly for halting tests on the first failed test. The usage information for run_tests.sh now includes the --stop flag. 2011-05-02 19:17:09 +00:00
Alex Meade 461b02122d Added myself to authors file 2011-04-27 00:53:07 -04:00
Jimmy Bergman 19aaf2523b Add to Authors 2011-04-20 14:12:47 +02:00
Jason Koelker eb20dd5383 Change '== None' to 'is None' 2011-04-18 15:40:16 -05:00
Renuka Apte bc953f3756 Minor fixes 2011-04-12 15:20:30 -07:00
Yoshiaki Tamura 87d758b188 Fix RBDDriver in volume manager. discover_volume was raising exception.
Modified local_path as well.
2011-04-12 11:37:51 +09:00
Johannes Erdfelt 7b2a40ccff Merge with lp:nova 2011-04-07 16:08:15 -07:00
John Tran d92322400c adding unit tests for describe_images 2011-03-29 17:07:59 -07:00
Kevin Bringard add207150a Updated Authors file 2011-03-28 07:33:57 -06:00
Chuck Short 12581e79bd merged trunk 2011-03-25 16:06:38 -04:00
Salvatore Orlando 9a1a2c1749 merge trunk 2011-03-25 13:38:57 +00:00
Chuck Short e4d796734c Merge trunk 2011-03-25 08:17:57 -04:00
Salvatore Orlando b4f682a036 merge trunk 2011-03-25 00:25:06 +00:00
Dan Prince 064954a297 Merge w/ trunk resolving conflicts. 2011-03-24 18:47:36 -04:00