bifrost/releasenotes/notes/switch_to_openstack_collection-a6eb3e24a68a1a82.yaml
Iury Gregory Melo Ferreira 90ec3890fe Switch bifrost to openstack.cloud collections
The following changes were made:
- `os_client_config` is `openstack.cloud.config`
- `os_ironic` is `openstack.cloud.baremetal_node`
- `os_ironic_inspect` is `openstack.cloud.baremetal_inspect`
- `os_ironic_node` is `openstack.cloud.baremetal_node_action`
- `os_keystone_role` is `openstack.cloud.identity_role`
- `os_keystone_service` is `openstack.cloud.catalog_service`
- `os_user` is `openstack.cloud.identity_user`
- `os_user_role` is `openstack.cloud.role_assignment`

Change-Id: Id8e2f9c735c6c9d4b7ab2a7e902cd8f9d389d568
2020-07-25 14:54:58 +02:00

15 lines
486 B
YAML

---
other:
- |
Bifrost now uses the equivalent modules from the openstack.cloud collection.
The change on modules is listed below.
* `os_client_config` is `config`
* `os_ironic` is `baremetal_node`
* `os_ironic_inspect` is `baremetal_inspect`
* `os_ironic_node` is `baremetal_node_action`
* `os_keystone_role` is `identity_role`
* `os_keystone_service` is `catalog_service`
* `os_user` is `identity_user`
* `os_user_role` is `role_assignment`