summaryrefslogtreecommitdiffstats
path: root/.mailmap
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add yolanda to the mailmap."Jenkins2013-06-131-1/+2
|\
| * Add yolanda to the mailmap.Monty Taylor2013-06-021-1/+2
| | | | | | | | | | | | Noticed a duplicate entry in the AUTHORS file, added to .mailmap. Change-Id: I649df9d7273347bec72076dc16a5c2217d1bf1c1
* | Add Davanum to the mailmap.Davanum Srinivas2013-06-031-0/+1
|/ | | | | | Noticed a duplicate entry in the AUTHORS file, added to .mailmap. Change-Id: Iec730880e4db0bb5a2919ebca0dd2e96628bcfe5
* update mailmapJiajun Liu2013-05-241-0/+1
| | | | | | Reflect new email address that I will be committing under. Change-Id: I7358c5c8e47b4c77c8d885fe30f79c757ca943b2
* Update mailmapJoe Gordon2013-05-171-0/+1
| | | | | | | Update mailmap to reflect new email address that I will be committing under Change-Id: I9f8610ad982ed678c0b367b3a1768578739b2543
* Add the missing replacement text in devref doc.Xiangyang Chu2012-12-141-0/+1
| | | | | | | Add AggregateInstanceExtraSpecsFilter's replacement text in doc/source/devref/filter_scheduler.rst Change-Id: I5b74c5f51eb85f79f79a2d2c556d6522d97f1497
* Add Jian Wen to .mailmapJian Wen2012-12-121-0/+2
| | | | | | To follow company policy Change-Id: I8737bfddba93b1a822de57eaad83c27e18e4a534
* update mailmap to add my perferred mail.Yaguang Tang2012-12-031-0/+1
| | | | Change-Id: I5b0a92683b73e0bd4219f8faa9849ea71b8a3c8a
* Add SSL support to utils.generate_glance_url().Josh Kearney2012-11-261-1/+2
| | | | | | | | | | | | | Since glance now supports SSL, we need to take this into consideration when generating the URL. Also updates and adds a test. A new config option 'glance_protocol' was added that defaults to 'http' since that's what the glance options, '*_client_protocol', default to. Set to 'https' for SSL. Change-Id: Id231a1fd4c4d8e221ae0cf6541181e5572dff02b
* fetch_images() method no more neededÉdouard Thuleau2012-10-261-2/+2
| | | | | | | | | | | | | | | | | The Nova Glance wrapper returns all images metadata if the parameter 'limit' is not define. It doesn't split the image metadata list. So the sub method fetch_image is no more needed. We can delete it. I added a check in Nova Glance wrapper to be sure the parameter 'marker' or another one aren't set to 'None' (like in bug #1065053). Fixes LP bug #1070904 Change-Id: I24ecc4adf158401f60b508aa3a20bd4c91bfa92b
* Update .mailmapZhongyue Luo2012-08-251-1/+1
| | | | | | Fix .mailmap to follow company policy Change-Id: I0d1af90527df6e0990d0c1deec6f603ed3b92f91
* Support requested_networks with quantum v2.Salvatore Orlando2012-07-141-0/+2
| | | | | | | | | Allow Quantum to attach instance only to selected networks, which can be specified, for instance, via the --nic option on the nova CLI. Fixes bug 1019899 Change-Id: I099056387edea9e3646cd4e329c76b674e03baa2
* Fix .mailmap to generate unique AUTHORS list.Bhuvan Arumugam2012-07-111-34/+67
| | | | | | | | | | | | | | | | As per 3456b667c38aa1d439482b9c95838aba6d3d6c5c, Monty merged code to generate AUTHORS file. With this fix, git log honors .mailmap specification, irrespective of name/email combination used for commit and generate unique entries in AUTHORS file. * .mailmap Handle all full name/email combination to ensure following command return unique records. $ git log --format="%aN <%aE>" Change-Id: I44f1db1a991fd312ab37455b44985281ed1d392f
* Update common setup code to latest.Monty Taylor2012-07-071-1/+1
| | | | | | | This gets us up to date with common/setup.py and replaces custom nova autodoc generation with the port of that code found in common. Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2
* Only invoke .lower() on non-None protocolsSoren Hansen2012-06-111-0/+1
| | | | | | | | | | | When using source group based security group rules (rather than CIDR based ones), it's permissible to not set a protocol and port. However, Nova would always try to convert the protocol to lower case, which would fail if the protocol wasn't set. Fixes bug 1010514 Change-Id: I9b1519a52ececd16a497acebfe022508cbe96126
* Merge "Fix Multi_Scheduler to process host capabilities"Jenkins2012-05-181-0/+1
|\
| * Fix Multi_Scheduler to process host capabilitiesArmando Migliaccio2012-05-181-0/+1
| | | | | | | | | | | | | | To fix bug #1000403, make sure that each driver held by the Multi Scheduler gets called during update_service_capabilities. Change-Id: Iee8141f1a6dcfa24101640626d209d2d65776339
* | fixed_ip_get_by_address read_deleted from contextJohn Tran2012-05-181-0/+1
|/ | | | | | | | | Fixes bug 996482. by default fixed_ip_get_by_address always sets read_deleted='yes'. Changed it to accept read_deleted value from context. updated .mailmap to rewrite my old email to new email Change-Id: If94251972df7bbcfdeebc226613edac0a3f41186
* Add aliases to .mailmap for comstud and belliott.Chris Behrens2012-05-161-0/+2
| | | | Change-Id: Id12e0347b11784b9739ed9713d3e151a94cf8f10
* Fix rst formatting and cross-referencesDoug Hellmann2012-03-061-0/+1
| | | | | | | | | | | | | blueprint sphinx-doc-cleanup bug 944385 - Fix formatting and markup issues that produce error messages - Update TOC lists for missing/new files - Fix a few links - Update instructions with dependencies for building the documentation - Updated base on review comments from oubiwann to fix trailing whitespace in modified files Change-Id: I589152bfab9c543d2b11fa8bed2344259aa90675
* Added docs on MySQL queries blocking main thread.Lorin Hochstein2012-03-031-0/+1
| | | | | | | Added to the RST docs to describe how queries to MySQL will block a nova service. Change-Id: I4ae209e2827978cc5469162d386197f2e46b342d
* Option expose IP instead of dnshost in ec2 desc'Dave Walker (Daviey)2012-02-291-0/+1
| | | | | | | | | | | | | | | | As documented in bug 901594, previous nova releases, the IP address was exposed as the DNS hostname, which worked well with euca-tools. This is unfortunately not always ideal for private clouds. Whilst it is expected to be able to euca-describe-instances --ipv4 in newer euca2ools releases, this behaviour is not always desired. This patchset allows the nova admin to set a global flag of: --ec2_private_dns_show_ip=True, to restore legacy nova behaviour. This does not change the current default behaviour of nova. Change-Id: I7c71ffe63929d90d45d9c724ab3409dcdee52b44
* Merge "Update migration 076 so it supports PostgreSQL."Jenkins2012-02-151-0/+1
|\
| * Update migration 076 so it supports PostgreSQL.Dan Prince2012-02-141-0/+1
| | | | | | | | | | | | Fixes LP Bug #32154. Change-Id: I9d6ddfedcc39308811ff5264879b45b4847ec4a8
* | Changing nova-manage error messageDerek Higgins2012-02-141-0/+1
|/ | | | | | | CA filesystem now created by nova-cert Also changing Author details Change-Id: I456d985810d6f0312a7ef94b21637f347e933303
* Merge "Increased coverage of nova/auth/dbdriver.py to 100%. Fixes 828609."Jenkins2012-02-071-0/+1
|\
| * Increased coverage of nova/auth/dbdriver.py to 100%.Tim Simpson2012-02-021-0/+1
| | | | | | | | | | | | Fixes 828609. Change-Id: Iefa36ced27328ad79b9d58f04d915178b9b63bcc
* | Rename inst in _create_image, and pass instance to log msgs.Michael Still2012-02-031-0/+1
|/ | | | | | | | | This renames inst in _create_image to the more consistant name "instance". It also passes the instance through log messages in this method, and removes the instance name from the translatable text for the corresponding log messages. Change-Id: I9a085198d3bea5d073f4297cc57c84dc7fcb0349
* Throw an user error on creating duplicate keypairsNirmal Ranganathan2012-02-021-1/+2
| | | | | | Fixes bug 902162 Change-Id: I1b73943aab338bde90b4d47bc015964e9981af5d
* Remove 'location' from GlanceImageServiceBrian Waldon2012-01-111-0/+1
| | | | | | | Glance no longer returns location through its public API, so we should not attempt to display it. Addresses bug 911599. Change-Id: I3400006eb6ab94095c0c2d2b5dc90cb9b7775a84
* Add a DECLARE for dhcp_doamin flag to metadata handler.Todd Willey2011-12-261-0/+1
| | | | | | Fixes bug 908846 Change-Id: I3d04ebee94cd23666d803987bd691276984d292d
* removing TODO as we support Windows+XenServer and have no plans to support ↵Paul Voccio2011-12-081-0/+1
| | | | | | quiesce or VSS at the moment Change-Id: Idf65e73db1f33e4f5c7d60282f79f86a9b1ddd5e
* Rename .nova-venv to .venv.James E. Blair2011-12-081-0/+2
| | | | | | | | | This simplifies a number of Jenkins jobs which currently, other than directory names, could be the same for all OpenStack projects. By renaming the virtualenv directory, the redundant Jenkins virtualenv build and copy jobs can be eliminated. Change-Id: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
* Merge "add index to instance_uuid column in instances"Jenkins2011-12-051-1/+2
|\
| * add index to instance_uuid column in instancesTrey Morris2011-12-051-1/+2
| | | | | | | | Change-Id: I4d5313cfbd97eba7bd755567a0bed9b65adb14dc
* | Updated nova-manage to work with uuid imagesGhe Rivero2011-12-051-0/+1
|/ | | | | | Fixes bug 899299 Change-Id: Ib0be692503b8761a5600902a1e0d7a4dc371a680
* Bug #887805 Error during report_driver_status(): 'LibvirtConnection' object ↵Édouard Thuleau2011-11-101-0/+1
| | | | | | | | | | | has no attribute '_host_state' Fixes the host status reports from LibvirtConnection driver. This fix initializes in class 'LibvirtConnection', the local variable '_host_state' and replaces the variable 'session' by the local variable 'read_only'. Change-Id: Ia3ba29dc287c793c79a2bbde0d5ec69eb6ada480
* Adding Chuck Short to .mailmapRick Harris2011-11-091-0/+1
| | | | | | Lets https://review.openstack.org/#change,729 merge. Change-Id: I4e46d9e9c7569aaeff73b1769ec55a22954ede36
* Refactor logging_error into utilsAaron Lee2011-11-091-0/+1
| | | | | | | | | | update: pep8, and fixing log output. update2: more pep8, I'm looking at you vim update3: more formating update4: mailmap update5: more pep8 Change-Id: I38617e14260e65ed5cb81b3554479d3720850aae
* flatten distributed schedulerSandy Walsh2011-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch removes AbstractScheduler, BaseScheduler and LeastCostScheduler and replaces it with DistributedScheduler. Now the points of extension are handled via the --default_host_filters and --least_cost_functions only. Also, greatly simplified the zone handling logic in DistibutedScheduler, mostly by removing the cryptic dicts with helper classes. Fixed up the Least Cost functions to better deal with multiple functions. (In a followup patch I will removed the normalization that occurs as this will be a problem). Tests were mostly rewritten to support this new world order. Debated removing JSONFilter since it's not accessible from the outside world, but decided to keep it as there are discussions afoot on making scheduler changes without having to redeploy code or restart services. HostFilters once again get the all the host service capabilities, but now via a HostInfo class that mostly contains read-only dicts of capabilities. Virtual resource consumption is done in the DistributedScheduler class now. The filters/weighing functions don't need to worry about this. Also, weighing functions only have to return a single host and not worry about the number of instances requested. Change-Id: I92600a4a9c58b1add775c328a18d8f48c305861e
* Fix bug 856664 overLimit errors now return 413Troy Toman2011-09-231-0/+1
| | | | | | Added personal email to .mailmap to allow merge Change-Id: Ic9595b9b00cc6a388550ea558a5748c326f91736
* Add rfc.sh to help with gerrit workflow.James E. Blair2011-09-221-1/+1
| | | | Change-Id: Ida3c5cd3f10d776890f3f50bf18c8e5d2817c391
* Merge with trunkJohannes Erdfelt2011-09-081-0/+1
|\
| * additional review cleanupDan Wendlandt2011-09-011-1/+1
| |
| * remove brackets from mailmap entryDan Wendlandt2011-08-291-1/+1
| |
| * add alias to mailmapDan Wendlandt2011-08-291-1/+2
| |
* | Add local hostname to fix Authors testJohannes Erdfelt2011-09-071-0/+1
|/
* adding other emails to mailmapJake Dahn2011-08-091-0/+2
|
* Add i18n for logging, changed create_bridge/vlan to ↵Ryu Ishimoto2011-07-231-0/+1
| | | | should_create_bridge/vlan, changed unfilter_instance's keyword param to positional, and added Dan's alternate ID to .mailmap
* Updated mailmap due to wrong address in commit message.Nikolay Sokolov2011-07-081-1/+2
|