From 2597fb568daa725753261445c882b4d8351f80f4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 6 Apr 2015 12:59:54 -0700 Subject: [PATCH] Document openstackid deployment openstackid-dev and openstackid have specific and different deployment policies. Change-Id: Ib5657162b3db5622a9bf42bd8e19af16da5fc43f --- doc/source/openstackid.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/openstackid.rst b/doc/source/openstackid.rst index 9aeada3f2d..03da733c4a 100644 --- a/doc/source/openstackid.rst +++ b/doc/source/openstackid.rst @@ -34,6 +34,18 @@ openID provider. The code provides authentication via OpenID and authentication + authorization via OAuth2. More details about OpenStackID server are on the wiki. +Servers +======= + +openstackid-dev.openstack.org is configured to deploy +http://tarballs.openstack.org/openstackid/openstackid-latest.tar.gz +which is the automatically generated per-commit tarball of the master +branch. No action is necessary to update the deployment of +openstackid-dev to the latest merged commit in master. + +openstackid.openstack.org is configured to deploy a specific tag. To +update this deployment, tag the repo to create a release, and then +update puppet to point to that release name. Configuration =============