Init script for glance-api ignores additional config files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
Medium
|
Unassigned | ||
glance (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
openstack-pkg-tools (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The init script at /etc/init.
```
PROJECT_NAME=glance
NAME=${
CONFIG_
```
to later add the daemon-arg ``--config-file /etc/glance/
This unfortunately causes Glance (or oslo_config in particular, see https:/
While multiple config files might not be necessary per se, Glance uses them at least since https:/
This issue of using config-file vs. config-dir has been "fixed" for the DevStack (https:/
With multiple config files being actively used by glance switching to ``config-dir`` or at least allow adding multiple config files (see default list: https:/
summary: |
- Init script for glance-api ignores any additional config files + Init script for glance-api ignores additional config files |
Changed in cloud-archive: | |
status: | Triaged → Fix Committed |
Christian, Thanks for reporting this. I've pushed a fix for this to the repo and it will get picked up on the next upload for yoga.