Remove trailing whitespaces in regular file
Change-Id: I8d05fbb7a372bf9a813da9165cd40af71a1ae4c2
This commit is contained in:
parent
48dc5be3d2
commit
460c3f3891
1
AUTHORS
1
AUTHORS
@ -35,6 +35,7 @@ Gabriel Hurley <gabriel@strikeawe.com>
|
||||
Ghe Rivero <ghe@debian.org>
|
||||
gholt <gholt@brim.net>
|
||||
Guang Yee <guang.yee@hp.com>
|
||||
Hengqing Hu <hudayou@hotmail.com>
|
||||
Ionuț Arțăriși <iartarisi@suse.cz>
|
||||
jabdul <abdulkader.j@hcl.com>
|
||||
James E. Blair <corvus@gnu.org>
|
||||
|
@ -63,7 +63,7 @@ Developers Documentation
|
||||
developing
|
||||
architecture
|
||||
api_curl_examples
|
||||
|
||||
|
||||
Code Documentation
|
||||
==================
|
||||
.. toctree::
|
||||
|
@ -79,7 +79,7 @@ Options:
|
||||
syslog (defaults to LOG_USER)
|
||||
--use-syslog Use syslog for logging.
|
||||
--nouse-syslog Use syslog for logging.
|
||||
|
||||
|
||||
FILES
|
||||
=====
|
||||
|
||||
|
@ -110,11 +110,11 @@ auth_uri
|
||||
The externally accessible URL of the Keystone server. This will be where unauthenticated
|
||||
clients are redirected to. This is in the form of a URL. For example, if they make an
|
||||
unauthenticated call, they get this response::
|
||||
|
||||
|
||||
HTTP/1.1 401 Unauthorized
|
||||
Www-Authenticate: Keystone uri='https://auth.example.com/'
|
||||
Content-Length: 381
|
||||
|
||||
|
||||
In this case, the auth_uri setting is set to https://auth.example.com/
|
||||
|
||||
admin_token
|
||||
|
@ -1,5 +1,5 @@
|
||||
(function($) {
|
||||
|
||||
|
||||
$.fn.tweet = function(o){
|
||||
var s = {
|
||||
username: ["seaofclouds"], // [string] required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"]
|
||||
@ -17,9 +17,9 @@
|
||||
loading_text: null, // [string] optional loading text, displayed while tweets load
|
||||
query: null // [string] optional search query
|
||||
};
|
||||
|
||||
|
||||
if(o) $.extend(s, o);
|
||||
|
||||
|
||||
$.fn.extend({
|
||||
linkUrl: function() {
|
||||
var returning = [];
|
||||
|
@ -14,7 +14,7 @@
|
||||
# * ADMIN_PASSWORD is used to set the password for the admin and demo accounts.
|
||||
# * SERVICE_PASSWORD is used to set the password for the service accounts.
|
||||
#
|
||||
# Enable the Swift and Quantum accounts by setting ENABLE_SWIFT and/or
|
||||
# Enable the Swift and Quantum accounts by setting ENABLE_SWIFT and/or
|
||||
# ENABLE_QUANTUM environment variables.
|
||||
#
|
||||
# A set of EC2-compatible credentials is created for both admin and demo
|
||||
|
Loading…
Reference in New Issue
Block a user