2015-12-07 19:44:02 |
Travis Tripp |
description |
The dev env docs provide the following command:
oslo-config-generator --config-file etc/oslo-config-generator/searchlight.conf
This was updated with the following patch, but the oslo config generator config file wasn't actually renamed.
https://review.openstack.org/#/c/245622/ |
The dev env docs provide the following command:
oslo-config-generator --config-file etc/oslo-config-generator/searchlight.conf
This was updated with the following patch, but the oslo config generator config file wasn't actually renamed.
https://review.openstack.org/#/c/245622/
do the following:
git mv etc/oslo-config-generator/searchlight-api.conf etc/oslo-config-generator/searchlight.conf |
|