summaryrefslogtreecommitdiff
path: root/ironic/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: extract some common functions from the inspector codeDmitry Tantsur2023-03-011-0/+28
* Fix the invalid glance client testDmitry Tantsur2022-10-311-0/+15
* Merge "[iRMC] Add SNMPv3 authentication functionality"Zuul2022-07-221-0/+12
|\
| * [iRMC] Add SNMPv3 authentication functionalityShukun Song2022-07-151-0/+12
* | [Minor] Fix misspellings of "insufficient"Sam Zuk2022-06-141-6/+6
|/
* Merge "Allow enabling fast-track per node"Zuul2021-12-151-0/+13
|\
| * Allow enabling fast-track per nodeDmitry Tantsur2021-12-081-0/+13
* | Ensure desired permissions on all written pxe filesSteve Baker2021-12-101-1/+3
|/
* Improve agent_client loggingDmitry Tantsur2021-06-011-0/+16
* Fix Bandit checkJulia Kreger2021-03-291-2/+2
* Merge "Validate the kickstart template and file before use"Zuul2021-03-291-4/+9
|\
| * Validate the kickstart template and file before useArun S A G2021-03-231-4/+9
* | Remove extra/vif_port_idJulia Kreger2021-03-221-13/+0
|/
* [trivial] Remove default parameter from executeRiccardo Pittau2021-02-241-2/+2
* Guard conductor from consuming all of the ramJulia Kreger2021-01-291-0/+60
* redfish-virtual-media: allow a link to raw configdrive imageDmitry Tantsur2021-01-221-0/+6
* Replace oslo_utils.netutils type compares with ipaddressJulia Kreger2020-07-171-1/+2
* Add json and param parsing to argsSteve Baker2020-07-141-0/+9
* Do not autoescape all Jinja2 templatesPavlo Shchelokovskyy2020-04-021-1/+6
* Refactoring: split out wrap_ipv6Dmitry Tantsur2020-03-171-0/+7
* Use FIPS-compatible SHA256 for comparing filesDmitry Tantsur2020-02-181-2/+2
* Stop using six libraryRiccardo Pittau2019-12-231-11/+9
* Foundation for boot/network management for in-band inspectionDmitry Tantsur2019-11-211-0/+28
* Adds bandit template and exclude some of testsKaifeng Wang2019-06-201-1/+1
* Reuse checksum calculation from osloKaifeng Wang2018-09-181-24/+2
* Add conductor_group field to config, node and conductor objectsJim Rollenhagen2018-07-181-0/+7
* Move parse_instance_info_capabilities() to common utils.pyIlya Etingof2018-06-221-0/+38
* Fix authentication issues along with add multi extra volumesNguyen Van Trung2018-05-301-1/+1
* Fix W605 ErrorsJulia Kreger2018-05-091-1/+1
* Fix W504 errorsJulia Kreger2018-05-091-2/+2
* Copy port[group] VIF info from extra to internal_infoRuby Loo2018-04-021-4/+5
* Simplify the logic of validate_network_portChangBo Guo(gcb)2017-11-021-12/+7
* Merge "Fix a typo"Jenkins2017-09-081-1/+1
|\
| * Fix a typochenaidong12017-05-041-1/+1
* | Remove SSH-based driver interfaces and driversPavlo Shchelokovskyy2017-08-011-41/+0
* | Fixes hashing issues for py3.5Nisha Agarwal2017-07-261-3/+10
* | Remove logging translation calls from ironic.commonMichael Turek2017-05-151-14/+13
|/
* Fix file_has_content function for Py3Pavlo Shchelokovskyy2017-03-171-1/+1
* Allow to attach/detach VIF to portgroupVasyl Saienko2017-01-161-1/+1
* Add Virtual Network Interface REST APIsSam Betts2017-01-111-0/+12
* Convert iPXE boot script to Jinja templatePavlo Shchelokovskyy2016-11-211-0/+36
* Use function is_valid_mac from oslo.utilsChangBo Guo(gcb)2016-11-171-16/+2
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-3/+3
* Merge "Use six.StringIO instead of six.moves.StringIO"Jenkins2016-10-051-1/+1
|\
| * Use six.StringIO instead of six.moves.StringIOLuong Anh Tuan2016-09-231-1/+1
* | Remove unused methods in common/utils.pyChangBo Guo(gcb)2016-10-041-141/+0
* | Use method delete_if_exists from oslo.utilsChangBo Guo(gcb)2016-10-011-12/+0
* | Remove unused method is_valid_ipv6_cidrChangBo Guo(gcb)2016-09-261-8/+0
|/
* Fix pep8 on Python3.5Lucas Alvares Gomes2016-08-291-12/+0
* Merge imports in codeNguyen Hung Phuong2016-08-241-3/+1