Remove keystone pki_setup

This command no longer exists.

Closes-Bug: #1700160
Change-Id: I9feaff1e8d7e6505d36d0702ef531a95289f9618
This commit is contained in:
Eric Harney 2017-06-23 15:55:54 -04:00
parent ff6bdd7454
commit 977cc53f9c
1 changed files with 0 additions and 5 deletions

View File

@ -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