Когда я читаю документ bifrost :
clouds.yaml¶
During installation, Bifrost creates a clouds.yaml file with credentials necessary to access Ironic. A cloud called bifrost is always available. For example:
> export OS_CLOUD=bifrost
> openstack baremetal node list
In noauth mode, a cloud called bifrost-inspector is also included that allows access to the Ironic Inspector API. For example:
> export OS_CLOUD=bifrost-inspector
> openstack baremetal introspection list
- Я не могу понять значение
clouds
. - Если мы настроим
export OS_CLOUD=bifrost
, зачем тогда доступ к Иронику?