Docs: Horizon ssl config for Kilo

Closes-bug: 1488578

Change-Id: Ida3dc3a6d2b589e6c0ff9f268fda77c0b436113a
This commit is contained in:
Major Hayden 2016-02-12 07:41:33 -06:00
parent 79a250f253
commit 0eb37d2aae
1 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,20 @@ actions require manual intervention from the deployer. Some of these changes
require careful consideration of configuration variables or contents of a
database.
Updating user-configured SSL certificates for Horizon
-----------------------------------------------------
In Kilo, the variables for user-configured SSL certificates have changed. These
variables must be adjusted when upgrading from Juno to Kilo::
Juno Kilo
---- ----
horizon_ssl_cert -> horizon_user_ssl_cert
horizon_ssl_key -> horizon_user_ssl_key
User-provided CA certificates are now specified by
``horizon_user_ssl_ca_cert`` variable.
Removing nova spice console services
------------------------------------