diff --git a/docs_user/modules/proc_adopting-autoscaling.adoc b/docs_user/modules/proc_adopting-autoscaling.adoc index 7dea62cf2..0dfbc6c92 100644 --- a/docs_user/modules/proc_adopting-autoscaling.adoc +++ b/docs_user/modules/proc_adopting-autoscaling.adoc @@ -44,7 +44,7 @@ ifeval::["{build}" == "downstream"] listenerImage: "registry.redhat.io/rhosp-dev-preview/openstack-aodh-listener-rhel9:18.0" endif::[] passwordSelectors: - databaseUser: aodh + databaseAccount: aodh databaseInstance: openstack memcachedInstance: memcached EOF diff --git a/docs_user/modules/proc_adopting-key-manager-service.adoc b/docs_user/modules/proc_adopting-key-manager-service.adoc index 956439228..f81017ec9 100644 --- a/docs_user/modules/proc_adopting-key-manager-service.adoc +++ b/docs_user/modules/proc_adopting-key-manager-service.adoc @@ -32,7 +32,6 @@ spec: template: databaseInstance: openstack databaseAccount: barbican - databaseUser: barbican rabbitMqClusterName: rabbitmq secret: osp-secret simpleCryptoBackendSecret: osp-secret diff --git a/docs_user/modules/proc_performing-a-fast-forward-upgrade-on-compute-services.adoc b/docs_user/modules/proc_performing-a-fast-forward-upgrade-on-compute-services.adoc index 8a503cff7..37bfcc7fc 100644 --- a/docs_user/modules/proc_performing-a-fast-forward-upgrade-on-compute-services.adoc +++ b/docs_user/modules/proc_performing-a-fast-forward-upgrade-on-compute-services.adoc @@ -4,7 +4,7 @@ Compute services rolling upgrade cannot be done during adoption, there is in a lock-step with Compute control plane services, because those are managed independently by data plane ansible and Kubernetes Operators. -Compute service operator and Dataplane Operator ensure upgrading +The Compute service operator and OpenStack Operator ensure upgrading is done independently of each other, by configuring `[upgrade_levels]compute=auto` for Compute services. Compute control plane services apply the change right after custom resource (CR) is patched. Compute data plane services will catch up the same config change with ansible deployment later on.