Bug 1508438
| Summary: | The old version of conf file is still located on /etc/nova/nova.conf on compute | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Sasha Smolyak <ssmolyak> |
| Component: | documentation | Assignee: | RHOS Documentation Team <rhos-docs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 12.0 (Pike) | CC: | aschultz, berrange, dasmith, dmacpher, dprince, eglynn, kchamart, lbopf, mariel, mbooth, ohochman, owalsh, sbauza, sferdjao, sgordon, srevivo, vromanso |
| Target Milestone: | ga | Keywords: | Triaged |
| Target Release: | 12.0 (Pike) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
For containerized OpenStack services, configuration files are now installed in each container. However, some OpenStack services are not containerized yet, and configuration files for those services are still installed on the bare metal nodes.
If you need to access or modify configuration files for containerized services, use /var/log/config-data/<container name>/<config path>. For services that are not containerized yet, use /etc/<service>.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-26 01:45:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sasha Smolyak
2017-11-01 12:31:42 UTC
Yes the default package provided conf files will be on the host until we no longer install the packages by default. This depends on no longer requiring the installation the openstack packages on the overcloud images. This most likely will be fixed in a future version. I am changing this bug to be a documentation bug for OSP12 as we will need to ensure this is properly documented. There is a future RFE to switch out to use standard RHEL images which may solve this problem, see Bug 1484962. Due to the hybrid (baremetal and containers) nature of OSP12 we did not remove the RPMs on existing baremetal hosts during install or upgrade. This is something we are implementing for OSP13 and the files should eventually disappear there. Removing select RPMs got a bit tricky as some of the services are still running on baremetal for this release. For OSP13 everything will be in containers so we should safely be able to go in and cleanup a bunch of packages on the baremetal systems. This Known Issue was included in the Release Notes here - https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/12/html-single/release_notes/#idm139837388030544 Moving to CLOSED. |