Update the doc links to the newest ones
The docstring of getExtensions service in cinder.service.js was a copy from nova service and not correct. The docstring was updated based on the current cinder v2 API. Thanks to a recent improvement in reno, touching release notes in older releases in the master branch no longer polute the rendered release notes. Changing URLs (or other things) in the master branch does not affect the rendered release notes, but updating URLs to the latest would help avoiding mechanical patches of updating links :) Change-Id: I2aec3adeb400323d42a3a5083f8bc0798eeff917
This commit is contained in:
parent
da089052b0
commit
64b67ac9e9
@ -94,8 +94,8 @@ class HorizonMiddleware(object):
|
|||||||
'%(cookie_size)sB >= %(max_cookie_size)sB. '
|
'%(cookie_size)sB >= %(max_cookie_size)sB. '
|
||||||
'You need to configure file-based or database-backed '
|
'You need to configure file-based or database-backed '
|
||||||
'sessions instead of cookie-based sessions: '
|
'sessions instead of cookie-based sessions: '
|
||||||
'http://docs.openstack.org/developer/horizon/topics/'
|
'https://docs.openstack.org/horizon/latest/'
|
||||||
'deployment.html#session-storage',
|
'admin/sessions.html',
|
||||||
{
|
{
|
||||||
'user_id': request.session.get(
|
'user_id': request.session.get(
|
||||||
'user_id', 'Unknown'),
|
'user_id', 'Unknown'),
|
||||||
|
@ -790,7 +790,8 @@ SECURITY_GROUP_RULES = {
|
|||||||
# $glance --os-image-api-version 2 help md-namespace-import
|
# $glance --os-image-api-version 2 help md-namespace-import
|
||||||
# $glance-manage db_load_metadefs <directory_with_definition_files>
|
# $glance-manage db_load_metadefs <directory_with_definition_files>
|
||||||
#
|
#
|
||||||
# See Metadata Definitions on: http://docs.openstack.org/developer/glance/
|
# See Metadata Definitions on:
|
||||||
|
# https://docs.openstack.org/glance/latest/user/glancemetadefcatalogapi.html
|
||||||
|
|
||||||
# TODO: (david-lyle) remove when plugins support settings natively
|
# TODO: (david-lyle) remove when plugins support settings natively
|
||||||
# Note: This is only used when the Sahara plugin is configured and enabled
|
# Note: This is only used when the Sahara plugin is configured and enabled
|
||||||
@ -903,7 +904,8 @@ ALLOWED_PRIVATE_SUBNET_CIDR = {'ipv4': [], 'ipv6': []}
|
|||||||
# Horizon has the ability to display these extra attributes via this setting.
|
# Horizon has the ability to display these extra attributes via this setting.
|
||||||
# If you'd like to display extra data in the project or user tables, set the
|
# If you'd like to display extra data in the project or user tables, set the
|
||||||
# corresponding dict key to the attribute name, followed by the display name.
|
# corresponding dict key to the attribute name, followed by the display name.
|
||||||
# For more information, see horizon's customization (http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides)
|
# For more information, see horizon's customization
|
||||||
|
# (https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides)
|
||||||
#PROJECT_TABLE_EXTRA_INFO = {
|
#PROJECT_TABLE_EXTRA_INFO = {
|
||||||
# 'phone_num': _('Phone Number'),
|
# 'phone_num': _('Phone Number'),
|
||||||
#}
|
#}
|
||||||
|
@ -72,7 +72,7 @@ HORIZON_CONFIG = {
|
|||||||
'types': ['alert-success', 'alert-info']
|
'types': ['alert-success', 'alert-info']
|
||||||
},
|
},
|
||||||
'bug_url': None,
|
'bug_url': None,
|
||||||
'help_url': "http://docs.openstack.org",
|
'help_url': "https://docs.openstack.org/",
|
||||||
'exceptions': {'recoverable': exceptions.RECOVERABLE,
|
'exceptions': {'recoverable': exceptions.RECOVERABLE,
|
||||||
'not_found': exceptions.NOT_FOUND,
|
'not_found': exceptions.NOT_FOUND,
|
||||||
'unauthorized': exceptions.UNAUTHORIZED},
|
'unauthorized': exceptions.UNAUTHORIZED},
|
||||||
|
@ -284,12 +284,11 @@
|
|||||||
* {
|
* {
|
||||||
* "items": [
|
* "items": [
|
||||||
* {
|
* {
|
||||||
* "alias": "NMN",
|
* "alias": "OS-SCH-HNT",
|
||||||
* "description": "Multiple network support.",
|
* "description": "Pass arbitrary key/value pairs to the scheduler.",
|
||||||
* "links": [],
|
* "links": [],
|
||||||
* "name": "Multinic",
|
* "name": "SchedulerHints",
|
||||||
* "namespace": "http://docs.openstack.org/compute/ext/multinic/api/v1.1",
|
* "updated": "2013-04-18T00:00:00+00:00"
|
||||||
* "updated": "2011-06-09T00:00:00Z"
|
|
||||||
* }
|
* }
|
||||||
* ]
|
* ]
|
||||||
* }
|
* }
|
||||||
|
@ -20,7 +20,7 @@ DashboardGroup = [
|
|||||||
default='http://localhost/',
|
default='http://localhost/',
|
||||||
help="Where the dashboard can be found"),
|
help="Where the dashboard can be found"),
|
||||||
cfg.StrOpt('help_url',
|
cfg.StrOpt('help_url',
|
||||||
default='http://docs.openstack.org/',
|
default='https://docs.openstack.org/',
|
||||||
help="Dashboard help page url"),
|
help="Dashboard help page url"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
dashboard_url=http://localhost/dashboard/
|
dashboard_url=http://localhost/dashboard/
|
||||||
|
|
||||||
# Dashboard help page url (string value)
|
# Dashboard help page url (string value)
|
||||||
help_url=http://docs.openstack.org/
|
help_url=https://docs.openstack.org/
|
||||||
|
|
||||||
[selenium]
|
[selenium]
|
||||||
# Timeout in seconds to wait for a page to become available
|
# Timeout in seconds to wait for a page to become available
|
||||||
|
@ -100,7 +100,7 @@ HORIZON_CONFIG = {
|
|||||||
"help_text": "Password must be between 8 and 18 characters."
|
"help_text": "Password must be between 8 and 18 characters."
|
||||||
},
|
},
|
||||||
'user_home': None,
|
'user_home': None,
|
||||||
'help_url': "http://docs.openstack.org",
|
'help_url': "https://docs.openstack.org/",
|
||||||
'exceptions': {'recoverable': exceptions.RECOVERABLE,
|
'exceptions': {'recoverable': exceptions.RECOVERABLE,
|
||||||
'not_found': exceptions.NOT_FOUND,
|
'not_found': exceptions.NOT_FOUND,
|
||||||
'unauthorized': exceptions.UNAUTHORIZED},
|
'unauthorized': exceptions.UNAUTHORIZED},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
features:
|
features:
|
||||||
- A new Profiler panel in the Developer dashboard is
|
- A new Profiler panel in the Developer dashboard is
|
||||||
introduced. It integrates
|
introduced. It integrates
|
||||||
`osprofiler library <http://docs.openstack.org/developer/osprofiler/>`_
|
`osprofiler library <https://docs.openstack.org/osprofiler/latest/>`_
|
||||||
into horizon, thus implementing
|
into horizon, thus implementing
|
||||||
`blueprint openstack-profiler-at-developer-dashboard <https://blueprints.launchpad.net/horizon/+spec/openstack-profiler-at-developer-dashboard>`_.
|
`blueprint openstack-profiler-at-developer-dashboard <https://blueprints.launchpad.net/horizon/+spec/openstack-profiler-at-developer-dashboard>`_.
|
||||||
Initially profiler is disabled. To enable it the value
|
Initially profiler is disabled. To enable it the value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user