Skip to content

Commit

Permalink
Merge "Fix wrong links in horizon"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 12, 2017
2 parents 818d65d + c1d91d2 commit 5787b0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* retrieved from a service API. Other types might include Nova servers or
* Swift objects. The HEAT type names are listed:
*
* http://docs.openstack.org/developer/heat/template_guide/openstack.html
* https://docs.openstack.org/heat/latest/template_guide/openstack.html
*
* Each resource type is a singleton; to create or retrieve the type use:
*
Expand Down
3 changes: 2 additions & 1 deletion openstack_dashboard/api/microversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
# entry should be the current service version when the feature was added to
# horizon.
# Further documentation can be found at
# http://docs.openstack.org/developer/horizon/topics/microversion_support.html
# https://docs.openstack.org/horizon/latest/contributor/topics/
# microversion_support.html
MICROVERSION_FEATURES = {
"nova": {
"locked_attribute": ["2.9", "2.42"]
Expand Down
4 changes: 2 additions & 2 deletions openstack_dashboard/api/rest/glance.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def put(self, request):
class MetadefsNamespaces(generic.View):
"""API for Single Glance Metadata Definitions.
http://docs.openstack.org/developer/glance/metadefs-concepts.html
https://docs.openstack.org/glance/latest/user/metadefs-concepts.html
"""
url_regex = r'glance/metadefs/namespaces/$'

Expand Down Expand Up @@ -282,7 +282,7 @@ def get(self, request):
class MetadefsResourceTypesList(generic.View):
"""API for getting Metadata Definitions Resource Types List.
http://docs.openstack.org/developer/glance/metadefs-concepts.html
https://docs.openstack.org/glance/latest/user/metadefs-concepts.html
"""
url_regex = r'glance/metadefs/resourcetypes/$'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
* @description
* Get a list of metadata definition namespaces.
*
* http://docs.openstack.org/developer/glance/metadefs-concepts.html
* https://docs.openstack.org/glance/latest/user/metadefs-concepts.html
*
* The listing result is an object with property "items". Each item is
* a namespace.
Expand Down Expand Up @@ -407,7 +407,7 @@
* @description
* Get a list of metadata definition resource types.
*
* http://docs.openstack.org/developer/glance/metadefs-concepts.html
* https://docs.openstack.org/glance/latest/user/metadefs-concepts.html
*
* The listing result is an object with property "items".
* Each item is a resource type. Resource types are Strings that
Expand Down

0 comments on commit 5787b0a

Please sign in to comment.