128124cdd8ca09136d4988affd1bb8c5c1361fc1
Commit Graph

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
2022年02月07日 17:46:06 +00:00
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
2021年04月26日 14:24:25 -07:00
Alexandra Settle
0c16fd9536 Fixing broken links
Small changes, but helpful, mostly.
Backport: stein rocky
Change-Id: Ic4b6524d7804d2f74b2973b6acdb9e2679209cd4
2019年08月16日 11:45:52 +00:00
zhulingjie
83a7ce8ce0 Python 3 compatibility: fix xrange/range issues
xrange is not defined in python3.
Rename xrange() to range().
Change-Id: Ifb1c9cfd863ce6dfe3cced3eca7ea8e539d8a5e9
2018年10月14日 14:08:19 +00:00
chengebj5238
222df91857 Modify redirection URL and broken URL
Change-Id: I9a04cb2fbe61e1fbd8185ab2fac9abbcea4d55cc
2018年01月18日 17:05:10 +08:00
Samuel Merritt
56b84c9295 Minor cleanup in monitoring doc.
Change-Id: Ia21f8743bfd745f2579db8658624f888461c2cc2
2018年01月16日 12:02:13 -08:00
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>
2017年09月25日 13:27:50 -04:00
junboli
0d07e3fdb1 Update and optimize documentation links
* Update URLs according to document migration
 * Update the dead and outdated links
Change-Id: Id92552f4a2d0fb79ddefc55a08636f2e7aeb07cb
2017年08月01日 15:12:00 +01:00
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
2017年07月12日 12:14:45 -07:00
Tim Burke
d112b7d29d First pass at admin-guide cleanup
Change-Id: I005232d95a3e1d181271eef488a828ad330e6006
2017年07月07日 17:33:54 +00:00
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
2017年07月06日 16:44:25 -07:00