Remove keystone pki_setup
This command no longer exists. Closes-Bug: #1700160 Change-Id: I9feaff1e8d7e6505d36d0702ef531a95289f9618
This commit is contained in:
1 changed files with 0 additions and 5 deletions
@@ -595,9 +595,6 @@ function configure_ceph_embedded_rgw {
_create_swift_endpoint
fi
# Let keystone generate the certs, rgw needs these.
keystone-manage pki_setup --rebuild
# Create radosgw service user with admin privileges
create_service_user "radosgw" "admin"
@@ -611,8 +608,6 @@ function configure_ceph_embedded_rgw {
}
function start_ceph_embedded_rgw {
# radosgw service is started here as it needs the keystone pki_setup as a
# pre-requisite
if [[ $INIT_SYSTEM == 'upstart' ]] ; then
sudo start radosgw id=radosgw.$(hostname)
elif [[ $INIT_SYSTEM == 'systemd' ]] ; then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.