Hello, I am trying to install Compass Fraser release. I am running into an issue late in the deployment process where the cinder api container on one of my controllers throws an exception. The problem seems to be that the LXC containers are given hostnames with underscores, which are rejected as invalid.
According to the Openstack Oslo documentation (here <https://docs.openstack.org/oslo.config/pike/reference/types.html>), Parsing for HostAddress "Performs strict checks for both IP addresses and valid hostnames, matching the opt values to the respective types as per RFC1912" The mentioned RFC (here <https://tools.ietf.org/html/rfc1912>) states: " Allowable characters in a label for a host name are only ASCII letters, digits, and the `-' character." The exception I am getting is: "oslo_config.cfg.DefaultValueError: Error processing default value host3_cinder_api_container-7534a57f for Opt type of HostAddress." The exception being raised on line 975 of oslo_config/cfg.py says "host3_cinder_api_container-7534a57f is not a valid hostname" Is there anything I can do here? Any help would be appreciated. Parker
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22566): https://lists.opnfv.org/g/opnfv-tech-discuss/message/22566 Mute This Topic: https://lists.opnfv.org/mt/28755686/21656 Mute #compass: https://lists.opnfv.org/mk?hashtag=compass&subid=2783016 Group Owner: [email protected] Unsubscribe: https://lists.opnfv.org/g/opnfv-tech-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
