summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/port.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use association_proxy for port groups node_uuid"Zuul2023-02-191-16/+7
|\
| * Use association_proxy for port groups node_uuidHarald Jensås2022-12-141-16/+7
* | Allow port queries by shard listJay Faulkner2023-02-131-12/+34
|/
* Use association_proxy for ports node_uuidHarald Jensås2022-12-141-5/+3
* Fix resource_url in the remaining resourcesDmitry Tantsur2022-01-241-5/+4
* Set resource_url when getting all ports or portgroupsArne Wiebalck2022-01-171-2/+4
* Remove extra/vif_port_idJulia Kreger2021-03-221-13/+4
* Port/Portgroup project scoped accessJulia Kreger2021-03-021-6/+39
* Consistently use utils functions for policy authSteve Baker2020-12-171-3/+1
* Don't allow patching port internal_infoSteve Baker2020-11-191-2/+2
* Convert ports endpoint to plain JSONSteve Baker2020-11-161-325/+267
* Remove the support to create port in APIKaifeng Wang2020-10-281-23/+3
* Fixes empty physical_network is not guardedKaifeng Wang2020-10-241-0/+11
* Merge "Allow node lessee to see node's ports"Zuul2020-07-241-11/+36
|\
| * Allow node lessee to see node's portsTzu-Mainn Chen2020-07-231-11/+36
* | Remove Link typeSteve Baker2020-07-201-6/+6
|/
* Add validate decorator to exposeSteve Baker2020-06-021-2/+1
* Centralise imports of wsme typesSteve Baker2020-04-201-26/+26
* Fix AttributeError in check allowed port fieldsHarald Jensås2020-04-081-3/+3
* Add network_type to port local_link_connectionHarald Jensås2020-04-021-2/+9
* Merge "Allow node owners to administer associated ports"Zuul2020-02-071-32/+30
|\
| * Allow node owners to administer associated portsTzu-Mainn Chen2020-01-021-32/+30
* | Subclass wsme.exc.ClientSideErrorSteve Baker2020-01-221-2/+2
* | Use str type instead of wsme.types.textSteve Baker2020-01-221-6/+6
|/
* Stop using six libraryRiccardo Pittau2019-12-231-1/+1
* Do not ignore 'fields' query parameter when building next urlArun S A G2019-10-181-1/+2
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-27/+27
* Deploy templates: conductor and API nitsMark Goddard2019-03-121-15/+12
* Expose is_smartnic in port APIHamdy Khader2019-02-101-2/+19
* Ensure pagination marker is always setWill Szumski2018-09-111-23/+40
* Add detail=[True, False] query string to API list endpointsSam Betts2018-06-181-7/+15
* Fix W504 errorsJulia Kreger2018-05-091-18/+18
* Implementation of inspect wait stateKaifeng Wang2018-04-101-0/+10
* Copy port[group] VIF info from extra to internal_infoRuby Loo2018-04-021-5/+3
* Fix rare HTTP 400 from port list APIDmitry Tantsur2018-02-161-2/+23
* Makes ironic build reproducibleThomas Goirand2017-10-031-2/+3
* Rolling upgrades support for create_port RPCAPIMark Goddard2017-07-261-9/+22
* Expose ports' physical network attribute in APIMark Goddard2017-07-191-2/+15
* Move port object creation to conductorMark Goddard2017-06-121-4/+14
* Check if sort key is allowed in API versionRuby Loo2017-05-161-20/+23
* Add ironic port group CRUD notificationsYuriy Zveryanskyy2017-02-151-9/+22
* Fix a few docstring warningsRamamani Yeleswarapu2017-01-311-1/+1
* Add Virtual Network Interface REST APIsSam Betts2017-01-111-0/+3
* Add ironic resources CRUD notificationsYuriy Zveryanskyy2016-12-231-21/+43
* Fix policy dict checkersVladyslav Drok2016-12-191-6/+6
* Rely on portgroup standalone_ports_supportedVasyl Saienko2016-11-181-1/+15
* Integrate portgroups with ports to support LAGMichael Turek2016-11-091-34/+139
* Prevent URL collisions with sub-controllers: nodes/portsSam Betts2016-08-251-11/+9
* Merge "Document API max_limit configuration option"Jenkins2016-08-051-0/+6
|\
| * Document API max_limit configuration optionMario Villaplana2016-07-071-0/+6