Skip to content

DCS fixes - #86

Merged
otc-zuul[bot] merged 21 commits into
masterfrom
dcs
Jul 29, 2020
Merged

DCS fixes#86
otc-zuul[bot] merged 21 commits into
masterfrom
dcs

Conversation

@tischrei

@tischrei tischrei commented Jun 9, 2020

Copy link
Copy Markdown
Member

No description provided.

@tischrei
tischrei requested review from gtema and vineet-pruthi June 9, 2020 13:26
@tischrei

Copy link
Copy Markdown
Member Author

/recheck

@gtema

gtema commented Jun 10, 2020

Copy link
Copy Markdown
Collaborator

recheck

@otc-zuul

otc-zuul Bot commented Jun 10, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@tischrei

Copy link
Copy Markdown
Member Author

recheck

2 similar comments
@vineet-pruthi

Copy link
Copy Markdown
Contributor

recheck

@tischrei

Copy link
Copy Markdown
Member Author

recheck

@otc-zuul

otc-zuul Bot commented Jul 27, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@tischrei

Copy link
Copy Markdown
Member Author

recheck

@otc-zuul

otc-zuul Bot commented Jul 27, 2020

Copy link
Copy Markdown
Contributor

Build succeeded.

return self._update(_tracker.Tracker, tracker, **attrs)

def delete_tracker(self, tracker, ignore_missing=True):
def delete_tracker(self, tracker='system', ignore_missing=True):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the function should-- returns: None and no rtype: required

# License for the specific language governing permissions and limitations
# under the License.
"""
Extend a Distributed Message Service Instance with additional RAM

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distributed Cache Service

# License for the specific language governing permissions and limitations
# under the License.
"""
Find Distributed Message Service Instance by id or name

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distributed Cache Service

# License for the specific language governing permissions and limitations
# under the License.
"""
List all Backups of a Distributed Message Service instance

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distributed Cache Service

Comment thread examples/dcs/list_restore_records.py Outdated
# License for the specific language governing permissions and limitations
# under the License.
"""
List all Restore Records of a Distributed Message Service instance

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distributed Cache Service


:param zone: The value can be the ID of a zone
or a :class:`~otcextensions.sdk.dns.v2.zone.Zone` instance.
:param router: The parameter router_id is mandatory

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:param dict router:

instance_id=inst.id, **query)

def delete_instance_backup(self, backup, ignore_missing=True, **attrs):
def delete_instance_backup(self, instance, backup, ignore_missing=True,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • No description about param instance provided in docstring.
  • Wrong description for param backup.
  • No description about dictionary param attrs given, does the delete method really required additional attrs ?

}
name_or_id = 'configuration_name_or_id'
configuration = conn.rds.find_configuration(name_or_id=name_or_id)
configuration = conn.rds.create_configuration(config=configuration,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be update_configuration ?

conn = openstack.connect(cloud='otc')

instance = 'instance_id'
policy = conn.rds.get_instance_backup_policy(instance)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set_instance_backup_policy

Comment thread examples/dcs/list_restore_records.py
@tischrei
tischrei removed the request for review from gtema July 28, 2020 10:18
@vineet-pruthi

Copy link
Copy Markdown
Contributor

/merge

@otc-zuul

otc-zuul Bot commented Jul 28, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@vineet-pruthi

Copy link
Copy Markdown
Contributor

recheck

@otc-zuul

otc-zuul Bot commented Jul 28, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@vineet-pruthi

Copy link
Copy Markdown
Contributor

recheck

@otc-zuul

otc-zuul Bot commented Jul 28, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@vineet-pruthi

Copy link
Copy Markdown
Contributor

recheck

@otc-zuul

otc-zuul Bot commented Jul 28, 2020

Copy link
Copy Markdown
Contributor

Build succeeded.

@vineet-pruthi

Copy link
Copy Markdown
Contributor

/merge

@otc-zuul

otc-zuul Bot commented Jul 28, 2020

Copy link
Copy Markdown
Contributor

Build failed.

@vineet-pruthi

Copy link
Copy Markdown
Contributor

/merge

@otc-zuul

otc-zuul Bot commented Jul 29, 2020

Copy link
Copy Markdown
Contributor

Build succeeded.

@otc-zuul
otc-zuul Bot merged commit 0055b04 into master Jul 29, 2020
@tischrei
tischrei deleted the dcs branch August 3, 2020 08:14
vineet-pruthi pushed a commit to fkukucsk/python-otcextensions that referenced this pull request Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants