Documentation corrections

Per issues/1 change MySQLInnoDBClusterCharm  to ConfigurationAdapter in
the class method docstrings.
Update HACKING to remove features that already exist.
This change is a functional noop.

Closes issues/1

Change-Id: I7b43c3e137b44b93dcf501235c5b55975250019f
This commit is contained in:
David Ames
2019-11-08 11:29:45 -08:00
parent 88c1aae800
commit d63757b612
2 changed files with 5 additions and 13 deletions

View File

@@ -9,18 +9,10 @@ You can find its source code here: <https://opendev.org/openstack/charm-mysql-in
# To Do # To Do
Actions: Actions:
Backups Promote R/W
Password change
Pause Resume
Service stop/start
Rejoin unit Rejoin unit
cluster.rejoinInstance() cluster.rejoinInstance()
Bootstrap
Cold Start Cold Start
Testing
Destruction of RW node testing
Juju leader changes
Certificates Relation with Vault Certificates Relation with Vault

View File

@@ -38,7 +38,7 @@ def server_id(cls):
"""Determine this unit's server ID. """Determine this unit's server ID.
:param cls: Class :param cls: Class
:type cls: MySQLInnoDBClusterCharm class :type cls: ConfigurationAdapter class
:returns: String server ID :returns: String server ID
:rtype: str :rtype: str
""" """
@@ -53,7 +53,7 @@ def cluster_address(cls):
Using the relation binding determine this unit's cluster address. Using the relation binding determine this unit's cluster address.
:param cls: Class :param cls: Class
:type cls: MySQLInnoDBClusterCharm class :type cls: ConfigurationAdapter class
:returns: Address :returns: Address
:rtype: str :rtype: str
""" """
@@ -68,7 +68,7 @@ def shared_db_address(cls):
relation. relation.
:param cls: Class :param cls: Class
:type cls: MySQLInnoDBClusterCharm class :type cls: ConfigurationAdapter class
:returns: Address :returns: Address
:rtype: str :rtype: str
""" """
@@ -83,7 +83,7 @@ def db_router_address(cls):
relation. relation.
:param cls: Class :param cls: Class
:type cls: MySQLInnoDBClusterCharm class :type cls: ConfigurationAdapter class
:returns: Address :returns: Address
:rtype: str :rtype: str
""" """