summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to stestr as unit tests runnerPavlo Shchelokovskyy2017-09-221-0/+1
| | | | | | | | | Recent update brought os-testr 1.0.0 that already uses stestr test runner instead of testrepository. This patch migrates those places using testrepository to using stestr. Change-Id: I793617e042b38aea4cb177b51b6a7ba4a9268f3c
* Add doc/source/_static to .gitignoreSam Betts2017-08-291-1/+1
| | | | Change-Id: I10cfe4e07efb817e71bf69d65de01f9f39ab5be1
* [doc-migration] Add configuration folder for documentationMadhuri Kumari2017-08-021-0/+1
| | | | | | | | | | | | | | | This patch does the following: * Adds a configuration folder to contain automated generated config files for Ironic. * Adds `oslo_config.sphinxconfiggen` to the extensions list. * Adds `oslo_policy.sphinxpolicygen` to the extensions list. * Adds ironic-policy-generator.conf This is important for Ironic to be included in the list of services on https://docs.openstack.org/pike/configuration/ Change-Id: I51a7204ce00be2588e427c1951e8be7dc7a22647 Closes-bug: #1706176
* Move doc/source/dev to doc/source/contributorSam Betts2017-07-061-1/+1
| | | | Change-Id: I6a3d143cff31348c62d8825f29f7484bafb9c8f0
* Add reno for release notes managementJim Rollenhagen2015-11-131-0/+3
| | | | | | | | | Mostly cargo-culted from I9549e6b491b26232f4dac900b0bf05f10eb0e30a. Note that reno automatically inserts version numbers; liberty.rst is sufficient for intermediate release models. Change-Id: Ic700d719242b17532b0b43a68b7eff507cb3a43c
* Add .eggs to gitignoreAnton Arefiev2015-10-061-0/+1
| | | | Change-Id: Ibd62c6cf052d93fffa0af347700b8d6c36010f92
* Add .idea to .gitignoreWanghua2015-07-141-0/+1
| | | | | | .idea is generated by pycharm. Change-Id: I438001f4c4b9d4ad73ab4b6e8033f748aebc48b1
* Added vagrant VM for developer useMichael Krotscheck2015-05-131-0/+3
| | | | | | | | | | This patch adds a vagrantfile and ansible playbook that captures the instructions from the ironic developer quickstart. By using 'vagrant up', and configuring your local dev instance to use 192.168.99.11, you should be able to exercise your services locally. Documentation has also been updated. Change-Id: Ic4f42e59cbda968d301c797ef77ff98030c55c41
* Ignore backup filesRobert Collins2014-09-041-0/+1
| | | | | | We never want to add these to the tree. Change-Id: I04690af7cd1be0a7c742525ed31e5615287a6889
* Modify gitignore to ignore sqlitejiangwt1002013-07-151-0/+1
| | | | | | Prevent generated sqlite files from being imported. Change-Id: I76a94a948559d40ee80a10fc2ac8ad45138bac9b
* Add support for Sphinx Docs.Monty Taylor2013-05-251-0/+1
| | | | | | | | | Also turn on doc API autoindexing. This depends on https://review.openstack.org/30520 landing in pbr and a new point release being cut, as it uncovered a bug. Change-Id: I8f4ffc4f7c54c7b207d6d52e74ccab020596e602
* Implement initial draft of a Pecan-based API.Devananda van der Veen2013-05-131-5/+1
|
* Rename files and fix things.Devananda van der Veen2013-05-071-0/+5
|
* Added project infrastructure needs.Monty Taylor2013-05-021-0/+30