I found some vars in kolla-ansible

default_project_domain_name: "Default"
default_project_domain_id: "default"
default_user_domain_name: "Default"
default_user_domain_id: "default"

I think you can change this value (I haven't done the lab yet, plz check it)

https://github.com/openstack/kolla-ansible/blob/f59edacf46ef07070b566def523b4ddb7c8f98ae/ansible/group_vars/all.yml#L910

On Thu, Sep 28, 2023 at 6:28 PM Vivian Rook <vrook@wikimedia.org> wrote:
Thank you for your reply!

> Are you talking about the Horizon setting? We put this in globals.yml

No I mean the openstack domain, the kinds that I get when I run:
$ openstack --os-cloud=kolla-admin domain list
+----------------------------------+------------------+---------+-------------------------------------------+
| ID                               | Name             | Enabled | Description                               |
+----------------------------------+------------------+---------+-------------------------------------------+
| 3a9492b526334a418a5ce328786c376c | magnum           | True    | Owns users and projects created by magnum |
| default                          | Default          | True    | The default domain                        |
| ff60f58e888742cd9974cd85d6c24e54 | heat_user_domain | True    |                                           |
+----------------------------------+------------------+---------+-------------------------------------------+

In this case I would like the "default" name to be called "surface"

Thank you!

On Wed, Sep 27, 2023 at 9:09 PM Gregory Orange <gregory.orange@pawsey.org.au> wrote:
On 20/9/23 19:21, Vivian Rook wrote:
> I'm looking for a setting to change the default domain name from
> "default" to "kolla" Does such an option exist in globals.yml?

Are you talking about the Horizon setting? We put this in globals.yml


horizon_keystone_domain_choices:
   pawsey: Pawsey
   Default: Default
horizon_keystone_multidomain: True


This results in a dropdown box for Domain at the login screen. Pawsey
selected by default, although a browser cookie remembers which one users
have most recently used.

HTH,
Greg.


--
Vivian Rook (They/Them)
Site Reliability Engineer


--
Thu.