sunbeam cluster bootstrap stuck with error pull access denied

I’m trying to setup openstack single node instance on bare metal rack server. when I try to bootstrap the cluster using command “sunbeam cluster bootstrap --accept-defaults” It stuck for days , later I figure out the image pull was failed with below error.

microk8s.daemon-containerd[18105]: time=“2024-07-30T12:08:47.897136371Z” level=error msg=“PullImage "registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b" failed” error=“failed to pull and unpack image "registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b": failed to resolve reference "registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed”

Looks like something wrong on credentials or repo. Could you please someone help me to unblock this issue ?

Steps followed

sudo snap install openstack --channel 2024.1/edge

sunbeam prepare-node-script | bash -x && newgrp snap_daemon

sunbeam cluster bootstrap --accept-defaults

Error:

Hangs forever

Deploying OpenStack Control Plane to Kubernetes (this may take a while) ... waiting for services to come online (3/30)

Error ?

microk8s.daemon-containerd[18105]: time="2024-07-30T12:08:47.897136371Z" level=error msg="PullImage \"registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b\" failed" error="failed to pull and unpack image \"registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b\": failed to resolve reference \"registry.jujucharms.com/charm/cxpoxnvod1u9zuavqxnfmu8pseyhoa3d2np1q/nova-conductor-image@sha256:053e662f7de95547bf4a9a4d56b60c7b0db5a8ed0da89341ff2a5bd73639459b\": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed"