diff --git a/deploy-guide/source/app-swift.rst b/deploy-guide/source/app-swift.rst index 2fbcc42..1109e45 100644 --- a/deploy-guide/source/app-swift.rst +++ b/deploy-guide/source/app-swift.rst @@ -339,7 +339,7 @@ This is the contents of bundle ``swift-ny.yaml``: block-device: /etc/swift/storage.img|2G openstack-origin: cloud:bionic-train percona-cluster: - charm: cs:~openstack-charmers-next/percona-cluster + charm: cs:percona-cluster num_units: 1 options: dataset-size: 25% @@ -347,13 +347,13 @@ This is the contents of bundle ``swift-ny.yaml``: source: cloud:bionic-train keystone: expose: True - charm: cs:~openstack-charmers-next/keystone + charm: cs:keystone num_units: 1 options: openstack-origin: cloud:bionic-train glance: expose: True - charm: cs:~openstack-charmers-next/glance + charm: cs:glance num_units: 1 options: openstack-origin: cloud:bionic-train diff --git a/deploy-guide/source/app-upgrade-openstack.rst b/deploy-guide/source/app-upgrade-openstack.rst index 4e21e8f..6e38f2f 100644 --- a/deploy-guide/source/app-upgrade-openstack.rst +++ b/deploy-guide/source/app-upgrade-openstack.rst @@ -541,7 +541,7 @@ that any existing volumes are in (see above): .. code-block:: none - juju deploy --config rbd-pool-name=cinder cs:~openstack-charmers-next/cinder-ceph + juju deploy --config rbd-pool-name=cinder cinder-ceph juju add-relation cinder cinder-ceph juju add-relation cinder-ceph ceph-mon juju remove-relation cinder ceph-mon @@ -658,4 +658,4 @@ See bug `LP #1828534`_. This can be resolved by restarting the memcached service .. _LP #1825999: https://bugs.launchpad.net/charm-nova-compute/+bug/1825999 .. _LP #1809190: https://bugs.launchpad.net/charm-neutron-gateway/+bug/1809190 .. _LP #1853173: https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1853173 -.. _LP #1828534: https://bugs.launchpad.net/charm-designate/+bug/1828534 \ No newline at end of file +.. _LP #1828534: https://bugs.launchpad.net/charm-designate/+bug/1828534