openshift/cloud-credential-operator

Provision credentials for OpenStack

adambkaplan opened this issue · 1 comments

With openshift/cluster-image-registry-operator#279, the registry will support provisioning Swift storage for OpenStack installs. If the cloud credential operator does not provision OpenStack credentials (as it does for AWS/S3), IPI installs will hang waiting for the registry to become available.

The registry operator currently expects a clouds.yaml file to be placed in the registry's cloud credentials secret, containing all credentials and pertinent info (AuthURL, Domain, etc.) needed to connect to OpenStack [1]. If needed the registry operator can be updated to accept a different format.

[1] openshift/cluster-image-registry-operator@c3d1962#diff-1a2dfb021d90e1e32592899d022b0078R198

I believe that the desired behavior has been implemented.