22 Commits

Author SHA1 Message Date
Eric Brown
30d9095d28 Use https for docs.openstack.org references
The openstack.org pages now support https and our references to
the site should by default be one signed by the organization.

Change-Id: I30a462e03d1fd7852511e22cac34c6bc0e8917f4
2017-01-30 16:05:08 -08:00
Steve Martinelli
0f61b11141 Use oslo.log instead of incubator
Most of changes are just replacing

from keystone.openstack.common import log
  with
from oslo_log import log

There are some other specific changes that had to be made
  * Initialize logger in keystone/config.py

Change-Id: I859edb71c434051ffe7f34c16018b738ddb71e3b
2015-02-14 05:34:52 +00:00
David Stanek
b1b8cb2bb8 Details the proper way to call a callable
Change-Id: I288822ed3aa8a755fc90fbf7940da043995cb719
2014-07-23 11:34:33 +00:00
Haiwei Xu
e505b49181 Fix assertEqual arguments order(catalog, cert_setup, etc)
assertEqual method's arguments should be in
('expected', 'actual') order.

Change-Id: Id591629a10e6e82c4eb607a9994071f16dd80d8b
Partial-Bug: #1277104
2014-04-03 20:11:29 +09:00
Morgan Fainberg
559ba206d4 Make common log import consistent
Across the project, make the common log import consistent.

Change-Id: I937cd5d337db5d2296dd9238685803bbba3391b3
2014-01-11 16:55:59 -08:00
Joe Gordon
29d9311eaa Make HACKING.rst DRYer
Reference the OpenStack hacking guide in HACKING.rst and remove
duplicated entries.

Change-Id: If82077e4f288b83b7d5d1ca68a2cc02d7644be4b
2013-11-25 16:50:39 -08:00
Dolph Mathews
f64ca65ad4 remove refs to keystone.common.logging
A couple references to this module were missed, and a few new ones were
created while it was in the process of being deprecated. This change
removes outstanding references to the module.

blueprint unified-logging-in-keystone

Change-Id: I4cc7614b3f74caaec9dfa100202d9d6db4ebfc36
2013-08-19 11:27:26 -05:00
Thomas Bechtold
a56b82b0aa Replace openstack-common with oslo in docs
Change-Id: Id4a8f285b380478705e5518440b7ed602e7757d4
2013-06-10 17:56:55 +02:00
Zhongyue Luo
4cd7abaa35 Fixes 'not in' operator usage
Change-Id: I50a5bbe4800fc88b631701a6be0a0f9feec597d0
2013-02-04 10:13:18 +08:00
Dolph Mathews
c858c1b304 Only 'import *' from 'core' modules
- Renamed identity.controllers.* and identity.routers.* since they
  now occopy unique namespaces (thanks ayoung!)
- Moved catalog and policy controllers into their own respective modules

Change-Id: Ib9e277355e0eac15d4d218785c816b718b493b5b
2012-12-05 10:32:47 -06:00
Zhongyue Luo
4f39aa2b94 Backslash continuation cleanup
Removed unnecessary backslash continuations
Added backslash continuation rules to HACKING.rst

Change-Id: Id91da5b7e9be4d4587dded95fe7a0415240213ec
2012-09-19 11:00:55 +08:00
Jenkins
103f692fd7 Merge "HACKING: Use single quotes" 2012-09-04 21:48:17 +00:00
Dolph Mathews
8a84c03105 HACKING: Import by full module path
Change-Id: I7cc2cc956c1b26b9ebc8a339796f5578f1d1cf91
2012-08-29 03:58:15 -05:00
Dolph Mathews
379354b935 HACKING: Use single quotes
Change-Id: Ibe5422affe13aac0d43c159a8b8ff2f35f4a72a3
2012-08-29 03:57:15 -05:00
Dolph Mathews
678dcad410 Refactor keystone.common.logging use (bug 948224)
Change-Id: I01b2b5748a2524273bb8c2b734ab22415652f739
2012-03-14 16:02:59 -05:00
Jenkins
17ffe7a97e Merge changes Ib8e5dc50,I9db09c77,Ib89efdec
* changes:
  Use cfg's new print_help() method
  Remove cfg dict mixin
  Update cfg from openstack-common
2012-02-23 23:56:58 +00:00
Jenkins
81f28efee2 Merge "fix the style guide to match the code" 2012-02-23 23:51:37 +00:00
Mark McLoughlin
e5a3e09d02 Update cfg from openstack-common
Use openstack-common's update script to sync it to the latest.

Add some dire warnings that changes should be made in the upstream
copy of the code first.

Change-Id: Ib89efdecc7f8a00f2a7fc2824b519f211d3d784c
2012-02-23 06:20:40 +00:00
termie
83c793332c some additional style bits
Change-Id: I6e785acd5d1f397786a122088f3e59822854dca9
2012-02-22 15:52:18 -08:00
termie
e6a23e394a fix the style guide to match the code
Change-Id: Ia06e64d6184393323162cdbb39239ab49e8749a0
2012-02-22 14:45:43 -08:00
termie
f9a8827750 example in hacking was incorrect
Change-Id: I0a345e72c8974c26fb911f2a676c062280ac9557
2012-02-08 12:23:05 -08:00
Joe Heck
62a92c44ba fixing grammar, noting broken enable, adding hacking with prefs for project 2012-02-06 20:43:24 +00:00