Merge "Deprecate oslotest.functional"

This commit is contained in:
Jenkins 2017-09-20 18:59:37 +00:00 committed by Gerrit Code Review
commit eb544da5a8
2 changed files with 10 additions and 0 deletions

View File

@ -13,9 +13,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from debtcollector import removals
import os_client_config
removals.removed_module("oslotest.functional",
version="2.9.0", removal_version="3.0",
message="oslotest.functional will be removed.")
def _get_openstack_auth(openstack_config, cloud_name, override_name):
try:
cloud_config = openstack_config.get_one_cloud(cloud_name)

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
oslotest.functional is deprecated and will be removed with oslotest 3.0.0 .