From 45b0f4ba2168815ad1e7e6a003a6bab475b50a6d Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Mon, 26 Mar 2012 09:31:11 -0700 Subject: Replace tabs with spaces Change-Id: I1065c9181bdd923683e2c1a2f728317fe1b4e68f --- doc/source/configuration.rst | 2 +- doc/source/configuringservices.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 0276f955..0bdb0523 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -6,7 +6,7 @@ not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/doc/source/configuringservices.rst b/doc/source/configuringservices.rst index bc89b2ca..2789a7eb 100644 --- a/doc/source/configuringservices.rst +++ b/doc/source/configuringservices.rst @@ -51,8 +51,8 @@ need to define an authorization token. This is configured in ``keystone.conf`` file under the section ``[DEFAULT]``. In the sample file provided with the keystone project, the line defining this token is - [DEFAULT] - admin_token = ADMIN + [DEFAULT] + admin_token = ADMIN This configured token is a "shared secret" between keystone and other openstack services (for example: nova, swift, glance, or horizon), and will -- cgit