Hide Forgot
Description of problem: As we don't yet provide multiple regions (BZ 1294818), we would like to be able to define region name on installation, but apparently as per bz 1357579 there are also some issues with capitalization of regionOne vs RegionOne. Requirement is to be able to define Region name via heat templates before deployment. Is that something that should be supportable
Verified as follows - Region name was changed as follows in the puppet yaml file. .. ... KeystoneRegion: type: string default: 'regionX' description: Keystone region for endpoint .. .. . MariaDB [keystone]> select * from region where id="regionX"; +---------+-------------+------------------+-------+ | id | description | parent_region_id | extra | +---------+-------------+------------------+-------+ | regionX | | NULL | {} | +---------+-------------+------------------+-------+ 1 row in set (0.01 sec)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:3462