128124cdd8ca09136d4988affd1bb8c5c1361fc1
11 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Alistair Coles
|
eda7d5fe3c |
Deprecate LogAdapter.set_statsd_prefix
Previously, the set_statsd_prefix method was used to mutate a logger's StatsdClient tail prefix after a logger was instantiated. This pattern had led to unexpected mutations (see Related-Change). The tail_prefix can now be passed as an argument to get_logger(), and is then forwarded to the StatsdClient constructor, for a more explicit assignment pattern. The set_statsd_prefix method is left in place for backwards compatibility. A DeprecationWarning will be raised if it is used to mutate the StatsdClient tail prefix. Change-Id: I7692860e3b741e1bc10626e26bb7b27399c325ab Related-Change: I0522b1953722ca96021a0002cf93432b973ce626 |
||
|
Tim Burke
|
8823b45b93 |
docs: Get rid of useless page
I think this was mostly an artifact of the old admin-guide getting pushed in-tree. Change-Id: I61e63bd66ffd8207599b61721e7f0e4dc45d2e01 |
||
|
Alexandra Settle
|
0c16fd9536 |
Fixing broken links
Small changes, but helpful, mostly. Backport: stein rocky Change-Id: Ic4b6524d7804d2f74b2973b6acdb9e2679209cd4 |
||
|
zhulingjie
|
83a7ce8ce0 |
Python 3 compatibility: fix xrange/range issues
xrange is not defined in python3. Rename xrange() to range(). Change-Id: Ifb1c9cfd863ce6dfe3cced3eca7ea8e539d8a5e9 |
||
|
chengebj5238
|
222df91857 |
Modify redirection URL and broken URL
Change-Id: I9a04cb2fbe61e1fbd8185ab2fac9abbcea4d55cc |
||
|
Samuel Merritt
|
56b84c9295 |
Minor cleanup in monitoring doc.
Change-Id: Ia21f8743bfd745f2579db8658624f888461c2cc2 |
||
|
Thiago da Silva
|
69a90dcd75 |
Remove reference to EC being in beta
Closes-Bug: #1719095 Change-Id: I8051895987bf72c8095e72b5a521042a13993174 Signed-off-by: Thiago da Silva <thiago@redhat.com> |
||
|
junboli
|
0d07e3fdb1 |
Update and optimize documentation links
* Update URLs according to document migration * Update the dead and outdated links Change-Id: Id92552f4a2d0fb79ddefc55a08636f2e7aeb07cb |
||
|
Tim Burke
|
13a07aa77a |
Misc doc cleanup
* Change some absolute URLs to internal links * Fix some bulletted list indentation * Choose a better lexer for some syntax highlighting * Use ``inline code`` instead of `italics` for some example command lines * Change some quoted paragraphs that only included inlined code to be proper code blocks Change-Id: Iaaa7eefb690122f5af9dcb1c871358c22335c743 |
||
|
Tim Burke
|
d112b7d29d |
First pass at admin-guide cleanup
Change-Id: I005232d95a3e1d181271eef488a828ad330e6006 |
||
|
John Dickinson
|
4cb76a41ce |
docs migration from openstack-manuals
Context for this is at https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I9a4da27ce1d56b6406e2db979698038488f3cf6f |