Changing oslo library imports

Bug #1414587 reported by Andrey Pavlov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python client library for Sahara
Fix Released
Medium
Andrey Pavlov
Sahara
Fix Released
Medium
Andrey Pavlov

Bug Description

Oslo libraries has been moved out of the oslo namespace. Their imports should be changed from oslo.* to oslo_*.

Changed in sahara:
assignee: nobody → Andrey Pavlov (apavlov-n)
Changed in sahara:
milestone: none → kilo-2
status: New → In Progress
importance: Undecided → Medium
Changed in python-saharaclient:
assignee: nobody → Andrey Pavlov (apavlov-n)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-saharaclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/150295

Changed in python-saharaclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-saharaclient (master)

Reviewed: https://review.openstack.org/150295
Committed: https://git.openstack.org/cgit/openstack/python-saharaclient/commit/?id=28a5c6f7a1556e20b6b5a2bcc74a21c7d23fdf58
Submitter: Jenkins
Branch: master

commit 28a5c6f7a1556e20b6b5a2bcc74a21c7d23fdf58
Author: Andrey Pavlov <email address hidden>
Date: Tue Jan 27 10:24:57 2015 +0300

    Using oslo_* instead of oslo.*

    Closes-bug: #1414587

    Change-Id: I22b743b6e63bd847d5cc11b83229aa9810eaae38

Changed in python-saharaclient:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara (master)

Fix proposed to branch: master
Review: https://review.openstack.org/151621

Changed in sahara:
milestone: kilo-2 → kilo-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/148530
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=5c5491f9ded7a6d23b643fcace91f8057879d776
Submitter: Jenkins
Branch: master

commit 5c5491f9ded7a6d23b643fcace91f8057879d776
Author: Andrey Pavlov <email address hidden>
Date: Tue Jan 20 13:48:19 2015 +0300

    Using oslo_* instead of oslo.*

    Changes:
    * using oslo_config instead of oslo.config
    * using oslo_concurrency instead of oslo.concurrency
    * using oslo_db instead of oslo.db
    * using oslo_i18n instead of oslo.i18n
    * using oslo_messaging instead of oslo.messaging
    * using oslo_middleware instead of oslo.middleware
    * using oslo_serialization instead of oslo.serialization
    * using oslo_utils instead of oslo.utils

    Change-Id: Ib0f18603ca5b0885256a39a96a3620d05260a272
    Closes-bug: #1414587

Changed in sahara:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara (master)

Fix proposed to branch: master
Review: https://review.openstack.org/153500

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/153500
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=eb154fc0aa29b7891151c2611328fbff6bc43426
Submitter: Jenkins
Branch: master

commit eb154fc0aa29b7891151c2611328fbff6bc43426
Author: Andrey Pavlov <email address hidden>
Date: Fri Feb 6 12:28:45 2015 +0300

    Adding missed oslo import change

    Change-Id: Iee47dfd8fce1d0f1b3fa11ed523ca6d7dc593648
    partially-bug: #1414587

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/151621
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=ee394be471a025c46e45d75c8943592051030ec3
Submitter: Jenkins
Branch: master

commit ee394be471a025c46e45d75c8943592051030ec3
Author: Andrey Pavlov <email address hidden>
Date: Wed Feb 4 12:44:14 2015 +0300

    Adding hacking check to prevent old oslo namespace usage

    Change-Id: I1b81c98bc3b3a3955e6255c5e4788cf43789c350
    Partially-bug: #1414587

Changed in python-saharaclient:
importance: Undecided → Medium
milestone: none → 0.7.7
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in sahara:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in sahara:
milestone: kilo-3 → 2015.1.0
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara-tests (master)

Fix proposed to branch: master
Review: https://review.openstack.org/357664

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara-tests (master)
Download full text (9.0 KiB)

Reviewed: https://review.openstack.org/357664
Committed: https://git.openstack.org/cgit/openstack/sahara-tests/commit/?id=e163f7925974ce7a74e29cbf83db7fb00103e470
Submitter: Jenkins
Branch: master

commit 87bae8585033bf371a936d2de330a89d791244ad
Author: Matthew Treinish <email address hidden>
Date: Tue Jun 28 11:53:22 2016 -0400

    Remove unecessary decorators from private interface

    This commit removes the usage of the services decorators from the
    tempest plugin tests. That decorator is an internal interface and
    not meant for external consumption, and is now causing failures
    because of recent tempest changes. Plugins should only use documented
    stable interfaces. [1]

    Also the use of the decorator here actually adds nothing to the tests.
    They do 2 things, add a test attr to filter by service and add a skip
    check on the service availability. However both of these are already
    done, data_processing is already part of the test_id so filtering
    will just work and the skip check for sahara is baked into the base
    test class. So using this decorator does nothing except break the
    plugin.

    [1] http://docs.openstack.org/developer/tempest/plugin.html#stable-tempest-apis-plugins-may-use

    Change-Id: I45587d065c1b7b7f28feb29e8845f8f0f8405b8c

commit f4db8224967267e91abb05dd9c526318589f383b
Author: ZhiQiang Fan <email address hidden>
Date: Mon Apr 18 22:00:47 2016 +0800

    update options mentioned in tempest readme

    Some options have already been deprecated but still used in tempest
    README.rst, let's use the new one.

    Change-Id: Ic3bfb66b0898869149126c21aef0b2fd673385e2

commit f82c7db143bb7bf3c358e735f9646a17684ba5b6
Author: Luigi Toscano <email address hidden>
Date: Fri Feb 26 11:24:32 2016 +0100

    Use the integrated tempest.lib module

    Tempest-lib has been reintegrated into tempest (as code, but it still provides
    a stable API). The old library is still available, but tempest tests are
    failing because when sahara is installed and exports the scenario tests
    for python clients, python-lib is not installed (it's correcly in
    test-requirements.txt, not requirements.txt), and tempest does not
    install tempest-lib anymore. Hence, fix the tests to use the new
    official location.

    Change-Id: Iaded03ee387b4a0bbabb7bfe9e54d38e010d9c4f

commit 85ce728189d8f8a63843ebde5950a0c56233fa3a
Author: luhuichun <email address hidden>
Date: Tue Dec 1 14:09:22 2015 +0800

    Replacing all hard coded cluster status using cluster_utils

    Change-Id: I9550e98553da9f7bfc57923e44a789e07a912ff4
    Closes-bug: 1517061

commit 0abdc18a94089bf698582daa051a96fd645935f3
Author: Evgeny Sikachev <email address hidden>
Date: Thu Nov 26 13:40:51 2015 +0300

    Add missed checks for testing update method

    In tempest tests for saharaclient we have missed methods
    for checking update of templates.
    Closes-bug: #1520140

    Change-Id: I8191e3344ecffd7a2ed442ba3d561741701c45e2

commit 80bfb9a469d2a289e903b19488214855b8a7fa94
Author: Evgeny Sikachev <email address hidden>
Date: Tue Nov 17 16:05:04 2015 +0300

    Adding t...

Read more...

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/sahara-tests 0.3.0

This issue was fixed in the openstack/sahara-tests 0.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-saharaclient 0.8.0

This issue was fixed in the openstack/python-saharaclient 0.8.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.