summaryrefslogtreecommitdiff
path: root/vagrant.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Update the documentation links - code comments"Jenkins2017-08-151-1/+1
|\
| * Update the documentation links - code commentsPavlo Shchelokovskyy2017-08-151-1/+1
| | | | | | | | | | | | | | This patch updates the old links existing in ironic code as comments. Change-Id: I75f68b042448cc01d55fdcfec86b42ecacd8fdd3 Co-Authored-By: Chason Chan <chen.xing@99cloud.net>
* | Remove SSH-based driver interfaces and driversPavlo Shchelokovskyy2017-08-011-1/+1
|/ | | | | | | | | | | | | | | | | SSH drivers are being unsupported for about a year now. All current stable branches of ironic are officially supporting IPMI-capable HW simulation via virtualbmc. All ironic-related gate jobs have already been switched to not use or enable those drivers. This patch finally removes SSH-based power and managemtnt driver interfaces and all classic drivers using those from ironic code and documentation. Related exceptions and `ssh_connect` function, together with dependency on `paramiko` package are removed as well. Change-Id: Ieda7249b9cd78e3be1eff37804996295fc8d3969 Closes-Bug: #1570301 Depends-On: I9b60c9fa24652e9e64e787cd4e5b0152f51e7a28
* Added CORS support middleware to IronicMichael Krotscheck2015-09-011-1/+12
| | | | | | | | | | | | | | | | | This adds the CORS support middleware to Ironic, allowing a deployer to optionally configure rules under which a javascript client may break the single-origin policy and access the API directly. OpenStack Spec: https://review.openstack.org/#/c/179866/ Oslo_Middleware Docs: http://docs.openstack.org/developer/oslo.middleware/cors.html OpenStack Cloud Admin Guide Documentation: http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html Co-Authored-By: Devananda van der Veen <devananda.vdv@gmail.com> Depends-on: I2deed897f8f9ef87e4a74227c4fcea9afdb151e8 Change-Id: Ic55305607e44069d893baf2a261d5fe7da777303
* Change vagrant.yml to vagrant.yamlZhao Lei2015-08-071-0/+148
Yaml suggest to use .yaml when possible: http://www.yaml.org/faq.html This patch renames the file. Change-Id: I3f8b1d337e0b1a8ab33832573b72624ae064021d Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>