Added command to generate keystone ssl keys

Change-Id: Id715fecfa6c5d5ba010383a2fc0e6e9926dec8af
This commit is contained in:
Phil Hopkins 2013-04-15 23:57:06 -05:00 committed by annegentle
parent 0bc2a1f62e
commit 4e3c4c7433

View File

@ -39,15 +39,14 @@ driver = keystone.catalog.backends.sql.Catalog
</listitem>
<listitem>
<para>Create the ssl keys:
<screen><userinput>keystone-manage pki_setup
:<screen><userinput>keystone-manage pki_setup
chown -R keystone:keystone /etc/keystone/*</userinput></screen></para>
</listitem>
<listitem>
<para>Restart Keystone and create the tables in the
database
:<screen os="ubuntu"><userinput>service keystone restart
keystone-manage db_sync</userinput></screen><screen os="rhel;centos;fedora"><userinput>service openstack-keystone restart
openstack-db --init --service keystone </userinput></screen></para>
<para>Restart Keystone and create the tables in the database
:<screen os="ubuntu"><userinput>service keystone restart
keystone-manage db_sync</userinput></screen><screen os="rhel;centos;fedora"><userinput>service openstack-keystone restart
keystone-manage db_sync</userinput></screen></para>
</listitem>
<listitem>
<para>Load environment variables :</para>