summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add default configuration files to data_filesJesse Pretorius2017-09-221-0/+5
| | | | | | | | | | | | | | | | | | In order to make it simpler to use the default configuration files when deploying services from source, the files are added to pbr's data_files section so that the files are included in the built wheels and therefore deployed with the code. Packaging and deployment tools can then more easily use the default files if they wish to. This pattern is already established with similar files for neutron and the glance metadefs as has been mentioned in the related bug report. Change-Id: I66e6525338e06f289a20ff2cdc2d108ffd6d30b2 Closes-Bug: #1718356
* Using plain routes for the microversions testHe Jie Xu2017-07-231-3/+0
| | | | | | | | | | | | Few microversions unittest still depend on the stevedore to load few fake controller. This patch uses the plain routes to instead of stevedore. For the unittest can injects routes which are used for test, the `custom_routes` parameter is added to the APIRouterV21. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1a7c653ab21be41b1a41f748a35ec9a57dd8b15d
* Remove the unittest for plugin frameworkHe Jie Xu2017-07-211-1/+0
| | | | | | | | | The extension/plugin mechanism is removed from the Nova API. This patch removed related unittest. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1c5a1dccb08bd0b869cb206b247d6cb744e76163
* Use plain routes list for versions instead of stevedoreHe Jie Xu2017-07-211-3/+0
| | | | | | | | | | | | | | | | This patch adds versions related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova To support the redirection from '' to '/', this patch also enables to put a target patch instead of a dict with supported methods in the ROUTE_LIST. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Iba340c5dd66cf9d006e2e8d3d0674b2140915014
* Merge "Use plain routes list for extension_info instead of stevedore"Jenkins2017-07-211-1/+0
|\
| * Use plain routes list for extension_info instead of stevedoreHe Jie Xu2017-07-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds extension_info related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I07c5e0dc34042d4f3cea8b1b933b11a624ec9512
* | Merge "Use plain routes list for os-snapshots instead of stevedore"Jenkins2017-07-211-1/+0
|\ \ | |/
| * Use plain routes list for os-snapshots instead of stevedoreHe Jie Xu2017-07-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds os-snapshots related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: If2f073066fc4df533138409eec6c8ac0dd44d00a
* | Merge "Update URL home-page in documents according to document migration"Jenkins2017-07-191-1/+1
|\ \
| * | Update URL home-page in documents according to document migrationLuong Anh Tuan2017-07-191-1/+1
| | | | | | | | | | | | Change-Id: I48c04fdd693cfbe1c279fd26a181d65d84494aa2
* | | Merge "Use plain routes list for os-baremetal-nodes endpoint instead of ↵Jenkins2017-07-191-1/+0
|\ \ \ | |/ / |/| / | |/ stevedore"
| * Use plain routes list for os-baremetal-nodes endpoint instead of stevedoreghanshyam2017-07-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds os-baremetal-nodes related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I2df8f897cf2d53d01e5e9156efbcddd7aa988473
* | Merge "Use plain routes list for os-security-group-default-rules instead of ↵Jenkins2017-07-191-1/+0
|\ \ | |/ | | | | stevedore"
| * Use plain routes list for os-security-group-default-rules instead of stevedoreHe Jie Xu2017-07-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds os-security-group-default-rules related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Ifd7c8fc508c0afdb3ce14a4514862805a1569a8b
* | Merge "Use plain routes list for os-security-group-rules instead of stevedore"Jenkins2017-07-191-1/+0
|\ \ | |/
| * Use plain routes list for os-security-group-rules instead of stevedoreHe Jie Xu2017-07-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds os-security-group-rules related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. The API sample tests are missed for os-security-group-rules API, this patch adds them to ensure the route working correctly. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I2d3ac79fdb0314014f4b8b69a9c5f27a922d9046
* | Merge "Use plain routes list for image-metadata instead of stevedore"Jenkins2017-07-181-1/+0
|\ \ | |/
| * Use plain routes list for image-metadata instead of stevedoreHe Jie Xu2017-07-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds image-metadata related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I466d2e1693f56ee32fa32fd74789f88c1d0a1f7c
* | Merge "Use plain routes list for images instead of stevedore"Jenkins2017-07-181-2/+0
|\ \ | |/
| * Use plain routes list for images instead of stevedoreHe Jie Xu2017-07-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds images related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I884dbfef8032a34d155a7022037f5690d86ef532
* | Merge "Use plain routes list for os-networks instead of stevedore"Jenkins2017-07-181-2/+0
|\ \ | |/
| * Use plain routes list for os-networks instead of stevedoreghanshyam2017-07-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds os-networks related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I49a424979394d0de7d8eae564468e29ee94b8bfa
* | Merge "Use plain routes list for os-cells endpoint instead of stevedore"Jenkins2017-07-141-1/+0
|\ \ | |/
| * Use plain routes list for os-cells endpoint instead of stevedorejichenjc2017-07-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds os-cells related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Iec6e720b4e225251ce06ddfecb316569f9260913
* | Fix a missing classifierTakashi NATSUME2017-07-101-0/+1
| | | | | | | | | | | | | | Add Python 3 in classifier. TrivialFix Change-Id: Iaaee1776bbbb1f9dfa5d9ad3a238d0e1422394a0
* | Add python 3.5 in classifieriswarya_vakati2017-06-271-0/+1
|/ | | | | | Now we can support py35 in classifier. Change-Id: I56ecc2b9d82779de0c96e46bad73beb13603edf0
* Use plain routes list for os-remote-consoles instead of stevedoreStephen Finucane2017-06-191-1/+0
| | | | | | | | | | | | This patch adds os-remote-consoles related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Id192220445e296656eedb79e39042cd00bbe65a7
* Remove multiple create from stevedoreStephen Finucane2017-06-191-1/+0
| | | | | | | | | | The stevedore will be removed from the nova API code. And the extension info API already is implemented by a hard-code list. So this multiple create extension entry is useless anymore. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I57caf68d62393b32f800300d4504dd726c3a37c4
* Use plain routes list for os-tenant-networks instead of stevedoreghanshyam2017-06-191-1/+0
| | | | | | | | | | | | This patch adds os-tenant-networks related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I54c03a5ec3311677fc095425b71c2b590ff5c987
* Use plain routes list for os-cloudpipe endpoint instead of stevedorejichenjc2017-06-191-1/+0
| | | | | | | | | | | | This patch adds os-cloudpipe related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Id02d878867dec642fab72981cd0b492c62c846fb
* Use plain routes list for os-quota-classes endpoint instead of stevedorejichenjc2017-06-191-1/+0
| | | | | | | | | | | | | | | This patch adds os-quota-classes related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Because of os-server-group-quotas is never loaded, we can safely removed the logic check for server-group data and possibily return it though a microversion update if needed. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I34c776bedc0bc5fc0ef4d29dd3b8f84e914d83e2
* Use plain routes list for os-server-groups endpoint instead of stevedoreKevin_Zheng2017-06-131-1/+0
| | | | | | | | | | | This patch adds os-server-groups related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I2df31cc04fbd2d54103a412f461cfd665209dfa7
* Use plain routes list for user_data instead of stevedoreKevin_Zheng2017-06-131-1/+0
| | | | | | | | | | | This patch adds user_data related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Ie0f806b1231da7676b1929de1eaece7435afe58a
* Use plain routes list for block_device_mapping instead of stevedoreKevin_Zheng2017-06-121-1/+0
| | | | | | | | | | | This patch adds block_device_mapping related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I3d1774943708db3c285ca6597898393349970c7b
* Use plain routes list for os-consoles, os-console-auth-tokens endpoint ↵Kevin_Zheng2017-06-121-2/+0
| | | | | | | | | | | | | instead of stevedore This patch adds os-consoles and os-console-auth-tokens related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I0e7433e6b470fc535b5954de7dcdcf66ac5ac41d
* Use plain routes list for os-services endpoint instead of stevedorejichenjc2017-06-071-1/+0
| | | | | | | | | | | This patch adds os-services related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Ib145494b9fc3c660176098e4168cf72db507f34d
* use plain routes list for os-virtual-interfacesStephen Finucane2017-06-071-1/+0
| | | | | | | | | | | This patch adds os-virtual-interfaces related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I47ccef43e41da0a85bff3da71655c33b6fea4fe4
* use plain routes list for hypervisor endpoint instead of stevedorejichenjc2017-06-071-1/+0
| | | | | | | | | | | This patch adds hypervisors related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1095e91b5ef84995b32b38445b0876b132b9627a
* Use plain routes list for hosts endpoint instead of stevedorejichenjc2017-06-071-1/+0
| | | | | | | | | | | This patch adds hosts related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1a205faab6f34158744436e79ae2ed9f80132b58
* Use plain routes list for os-fping endpointghanshyam2017-06-071-1/+0
| | | | | | | | | | | This patch adds os-fping related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Id58263258fe3cc28961fb095b4d758eef234ca47
* Use plain routes list for instance actions endpointghanshyam2017-06-071-1/+0
| | | | | | | | | | | This patch adds instance actions related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1ae0797ac8ca1cd64bb0d92d4c14aa96d4a59d62
* Use plain routes list for server ips endpointStephen Finucane2017-06-071-1/+0
| | | | | | | | | | | This patch adds server ips related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I4c0a023ab295cdb0c71ff4800f288946215745ce
* Use plain routes list for server diagnostics endpointghanshyam2017-06-011-1/+0
| | | | | | | | | | | This patch adds server diagnostics related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I308d12c1e152ac70b11f40024b68eaa371ce6658
* Use plain routes list for os-server-external-events endpointghanshyam2017-06-011-1/+0
| | | | | | | | | | | This patch adds os-server-external-events related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I112f096e74ce363e259b55b7155b6ec738c40e1d
* Use plain routes list for server-migrations endpoint instead of stevedoreHe Jie Xu2017-06-011-1/+0
| | | | | | | | | | | This patch adds server-migrations related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Idd8bd0b500db85826ee730e91f9f7e3e5667044e
* Use plain routes list for server-tags instead of stevedoreHe Jie Xu2017-06-011-1/+0
| | | | | | | | | | | This patch adds server-tags related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Iee90d82d73db849b453830d2a5e6acd5c7afb1aa
* Use plain routes list for os-interface endpoint instead of stevedoreHe Jie Xu2017-06-011-1/+0
| | | | | | | | | | | This patch adds os-interface related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I4afbc20e60bb8d324027903879d60f808595dac1
* Use plain routes list for limits endpoint instead of stevedorejichenjc2017-05-241-2/+0
| | | | | | | | | | | | This patch adds limits and os-used-limits related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I170a081fe874447fab4eee7c6dc57f8028f7b9a3
* Use plain routes list for os-migrations endpoint instead of stevedorejichenjc2017-05-271-1/+0
| | | | | | | | | | | This patch adds os-migrations related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Ic6ded36d2247a01f8b41027cc07ef251b3570a46
* Use plain routes list for os-quota-sets endpoint instead of stevedorejichenjc2017-05-221-1/+0
| | | | | | | | | | | This patch adds os-quota-sets related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I2b9b3f2acef09e553245ce6ebac18f26269d81d0