Skip to content

Commit

Permalink
Update docstrings based on review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Jan 29, 2021
1 parent a90e306 commit da50602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unit_tests/test_zaza_utilities_openstack_provider.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Canonical Ltd.
# Copyright 2021 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions zaza/utilities/openstack_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MissingOSAthenticationException(Exception):


def get_undercloud_keystone_session(verify=None):
"""Return Under cloud keystone session.
"""Return Undercloud keystone session.
:param verify: Control TLS certificate verification behaviour
:type verify: any
Expand Down Expand Up @@ -215,7 +215,7 @@ def delete_resource(resource, resource_id, msg="resource"):


def _resource_removed(resource, resource_id, msg="resource"):
"""Wait for an openstack resource to no longer be present.
"""Raise AssertError if a resource is still longer present.
:param resource: pointer to os resource type, ex: heat_client.stacks
:type resource: str
Expand Down

0 comments on commit da50602

Please sign in to comment.