From 1a09625672d0e38a256ea059e0bdc63cdb457d2e Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Thu, 29 Oct 2015 10:20:19 -0600 Subject: [PATCH] Update to use keystone-public instead of keystone-main --- source/openstack_identity.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/openstack_identity.rst b/source/openstack_identity.rst index 865971d2..36f38b71 100644 --- a/source/openstack_identity.rst +++ b/source/openstack_identity.rst @@ -159,10 +159,10 @@ Finalize the installation .. code-block:: console # systemctl enable nginx uwsgi@keystone-admin.socket \ - uwsgi@keystone-main.socket + uwsgi@keystone-public.socket # systemctl start nginx uwsgi@keystone-admin.socket \ - uwsgi@keystone-main.socket + uwsgi@keystone-public.socket Create the service entity and API endpoints