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:
@@ -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
|
||||||
|
@@ -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
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user