From b986a486862f84c0f3ca88cca9304f96fea5ce03 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 14 Jul 2015 13:03:24 -0400 Subject: [PATCH] Add note about running keystone on 443 There is no need to run a REST service on a non-standard port. Change-Id: I6e988c061a37463871cb3e7844c57df00688d373 --- doc/source/infra-cloud.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/infra-cloud.rst b/doc/source/infra-cloud.rst index 01e450db6b..99719deae7 100644 --- a/doc/source/infra-cloud.rst +++ b/doc/source/infra-cloud.rst @@ -162,6 +162,8 @@ running only nova-compute and supporting services. * The cloud will run keystone v3 and glance v2 APIs because these are the versions upstream recommends using. + * The cloud will run keystone on port 443. + * The cloud will not use the glance task API for image uploads, it will use the PUT interface because the task API does not function and we are not expecting a wide user base to be uploading many images simultaneously.