Add minor OperatorCloud documentation
The documentation for the OperatorCloud methods with docstrings will not be generated unless the class itself has a docstring. This adds a simple docstring just to get the documentation generated. Also adds a link to the CONTRIBUTING.rst doc pointing to the project documentation. Change-Id: I535289a938f68895c19b5e226d2e2302b566d00d
This commit is contained in:
parent
a02cbc5d30
commit
abdb5ca0e7
@ -24,6 +24,9 @@ signed OpenStack's contributor's agreement.
|
|||||||
Project Hosting Details
|
Project Hosting Details
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
Project Documentation
|
||||||
|
http://docs.openstack.org/infra/shade/
|
||||||
|
|
||||||
Bug tracker
|
Bug tracker
|
||||||
http://storyboard.openstack.org
|
http://storyboard.openstack.org
|
||||||
|
|
||||||
@ -31,7 +34,7 @@ Mailing list (prefix subjects with ``[shade]`` for faster responses)
|
|||||||
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
|
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
|
||||||
|
|
||||||
Code Hosting
|
Code Hosting
|
||||||
* https://git.openstack.org/cgit/openstack-infra/shade
|
https://git.openstack.org/cgit/openstack-infra/shade
|
||||||
|
|
||||||
Code Review
|
Code Review
|
||||||
https://review.openstack.org/#/q/status:open+project:openstack-infra/shade,n,z
|
https://review.openstack.org/#/q/status:open+project:openstack-infra/shade,n,z
|
||||||
|
@ -2096,6 +2096,8 @@ class OpenStackCloud(object):
|
|||||||
|
|
||||||
|
|
||||||
class OperatorCloud(OpenStackCloud):
|
class OperatorCloud(OpenStackCloud):
|
||||||
|
"""Represent a privileged/operator connection to an OpenStack Cloud.
|
||||||
|
"""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def auth_token(self):
|
def auth_token(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user