summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/ironic/ironic.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move all the directories used for install-files into a subdirectorybaserock/adamcoldrick/all-exts-in-definitions-v2Adam Coldrick2015-06-021-1247/+0
| | | | Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5
* openstack: improve services' loggingTiago Gomes2015-05-081-1/+1
| | | | | | | | | | | | | | | | | The OpenStack services write their log to stderr even when use_syslog was set to True in the configuration file. This is then captured by journald, resulting in duplicated entries on the log. Set StandardOutput=null and StandardError=null in the unit files to prevent this. As the services log is being dumped on journald, there is no need to duplicate the log in separate log files, so remove --log-file from the unit files as well. Last but not least, enable writing to the syslog for Ironic and Keystone. Change-Id: I7808e8116fc92ecb807f700fd94c9ecf4ee13be2
* Openstack: Make Ironic configurableTiago Gomes2015-04-171-17/+17
| | | | | | | This commit configures Ironic to integrate with Keystone, Neutron and Glance. Nova integration will be added in a following commit. Change-Id: Id557e8e048b6051d764b4915192cfd55bfe68d32
* Add default configuration files for IronicTiago Gomes2015-04-171-0/+1247
Those were copied from an Ironic git checkout. Those files will be modified and installed on '/etc' on a posterior commit to integrate Ironic with the rest of the OpenStack components. Change-Id: If0e9d9b0b6ff8dc99fe20cfbf2a8c5ed0b0c3cd2