Fix oslo_debug_helper not working

Bug #1666560 reported by Dongcan Ye
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bifrost
Fix Released
Undecided
iswarya vakati
Community App Catalog
New
Undecided
Unassigned
Karbor
Fix Released
Undecided
iswarya vakati
Magnum
Fix Released
Undecided
Tuan
Mistral
Fix Released
Undecided
Jeremy Liu
OpenStack Searchlight
Fix Released
Undecided
Unassigned
OpenStack Shared File Systems Service (Manila)
Incomplete
Undecided
Unassigned
Patrole
Fix Released
Undecided
leon zhang
Sahara
Fix Released
Undecided
Unassigned
Solum
Fix Released
Undecided
Tuan
cloudkitty
In Progress
Undecided
Tuan
keystonemiddleware
Fix Released
Undecided
iswarya vakati
kolla
Fix Released
Undecided
Surya Prakash Singh
kolla-kubernetes
Fix Released
Undecided
Surya Prakash Singh
kuryr
Fix Released
High
Dongcan Ye
kuryr-libnetwork
Fix Released
High
Dongcan Ye
networking-ovn
Fix Released
Undecided
Unassigned
os-testr
In Progress
Undecided
iswarya vakati
os-win
Fix Released
Undecided
Unassigned
python-karborclient
Fix Released
Undecided
Dean Li
python-watcherclient
Fix Released
High
Tuan
senlin
Fix Released
Undecided
Unassigned
tacker
In Progress
Undecided
Yan Xing'an

Bug Description

When using oslo_debug_helper for debugging, running "tox -e debug xxx":

debug runtests: commands[0] | oslo_debug_helper
/root/kuryr-libnetwork/.tox/debug/local/lib/python2.7/site-packages/setuptools/dist.py:28: DeprecationWarning: Do not call this function
  warnings.warn("Do not call this function", DeprecationWarning)
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/root/kuryr-libnetwork/.tox/debug/lib/python2.7/site-packages/testtools/run.py", line 267, in <module>
    main(sys.argv, sys.stdout)
  File "/root/kuryr-libnetwork/.tox/debug/lib/python2.7/site-packages/testtools/run.py", line 264, in main
    stdout=stdout)
  File "/root/kuryr-libnetwork/.tox/debug/lib/python2.7/site-packages/testtools/run.py", line 171, in __init__
    self.parseArgs(argv)
  File "/root/kuryr-libnetwork/.tox/debug/local/lib/python2.7/site-packages/unittest2/main.py", line 113, in parseArgs
    self._do_discovery(argv[2:])
  File "/root/kuryr-libnetwork/.tox/debug/lib/python2.7/site-packages/testtools/run.py", line 211, in _do_discovery
    super(TestProgram, self)._do_discovery(argv, Loader=Loader)
  File "/root/kuryr-libnetwork/.tox/debug/local/lib/python2.7/site-packages/unittest2/main.py", line 223, in _do_discovery
    self.test = loader.discover(self.start, self.pattern, self.top)
  File "/root/kuryr-libnetwork/.tox/debug/local/lib/python2.7/site-packages/unittest2/loader.py", line 364, in discover
    raise ImportError('Start directory is not importable: %r' % start_dir)
ImportError: Start directory is not importable: './kuryr-libnetwork/tests'

Dongcan Ye (hellochosen)
Changed in kuryr-libnetwork:
assignee: nobody → Dongcan Ye (hellochosen)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kuryr-libnetwork (master)

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

Changed in kuryr-libnetwork:
status: New → In Progress
Changed in kuryr-libnetwork:
importance: Undecided → High
Changed in kuryr:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-libnetwork (master)

Reviewed: https://review.openstack.org/436523
Committed: https://git.openstack.org/cgit/openstack/kuryr-libnetwork/commit/?id=1fd2101fa8067546722afa0041e3df55d180792e
Submitter: Jenkins
Branch: master

commit 1fd2101fa8067546722afa0041e3df55d180792e
Author: Dongcan Ye <email address hidden>
Date: Wed Feb 22 00:08:31 2017 +0800

    Pass located tests directory in oslo debug

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: Id57f5c09e12410accd72d05250faeb8dd5da7117
    Closes-Bug: #1666560

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

Reviewed: https://review.openstack.org/439478
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=a0d2e379a8c6c1e5667efc92fd32f168d2241268
Submitter: Jenkins
Branch: master

commit a0d2e379a8c6c1e5667efc92fd32f168d2241268
Author: Dongcan Ye <email address hidden>
Date: Wed Mar 1 17:16:26 2017 +0800

    Pass located tests directory in oslo debug

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: I2848b8c9bdf94e2f9b645d2785e32d888a84636a
    Closes-Bug: #1666560

Changed in kuryr:
status: New → Fix Released
Dongcan Ye (hellochosen)
Changed in kuryr:
assignee: nobody → Dongcan Ye (hellochosen)
Jeremy Liu (liujiong)
Changed in mistral:
assignee: nobody → Jeremy Liu (liujiong)
status: New → In Progress
Dean Li (liyanhang)
Changed in python-karborclient:
assignee: nobody → Dean Li (liyanhang)
Changed in python-karborclient:
status: New → In Progress
Changed in mistral:
milestone: none → pike-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-karborclient (master)

Reviewed: https://review.openstack.org/441672
Committed: https://git.openstack.org/cgit/openstack/python-karborclient/commit/?id=5b122a89bce676237b9a0814bb6c7de73db700b1
Submitter: Jenkins
Branch: master

commit 5b122a89bce676237b9a0814bb6c7de73db700b1
Author: liyanhang <email address hidden>
Date: Sun Mar 5 21:19:21 2017 +0800

    Fix oslo_debug_helper not running

    Specify test directory so that tox won't complain
    `ImportError: Start directory is not importable

    Closes-Bug: #1666560
    Change-Id: Idcf207c321641da5f00b9cee1a50c8626a4d424e

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

Reviewed: https://review.openstack.org/441671
Committed: https://git.openstack.org/cgit/openstack/mistral-dashboard/commit/?id=24852cd0b3d7c407f358011bb65eb52004599cb9
Submitter: Jenkins
Branch: master

commit 24852cd0b3d7c407f358011bb65eb52004599cb9
Author: Jeremy Liu <email address hidden>
Date: Sun Mar 5 21:13:29 2017 +0800

    Fix oslo_debug_helper not running

    Specify test directory so that tox won't complain
    `ImportError: Start directory is not importable`.
    Also fix a warning when running debug.

    Change-Id: I7111c553bef110130abcd23f1e402d35868e3852
    Closes-Bug: #1666560

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

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

Tuan (tuanla)
Changed in magnum:
assignee: nobody → Tuan (tuanla)
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-kubernetes (master)

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

Changed in kolla-kubernetes:
assignee: nobody → Surya Prakash Singh (confisurya)
status: New → In Progress
Changed in kolla:
status: New → In Progress
assignee: nobody → Surya Prakash Singh (confisurya)
Tuan (tuanla)
Changed in solum:
assignee: nobody → Tuan (tuanla)
status: New → Fix Released
Changed in python-watcherclient:
assignee: nobody → Tuan (tuanla)
importance: Undecided → High
status: New → In Progress
Changed in cloudkitty:
assignee: nobody → Tuan (tuanla)
status: New → In Progress
Changed in heat:
assignee: nobody → Tuan (tuanla)
status: New → In Progress
Changed in sahara:
status: New → Fix Released
Changed in kolla:
milestone: none → pike-1
Thomas Herve (therve)
no longer affects: heat
Hongbin Li (chohoor)
Changed in senlin:
assignee: nobody → Hongbin Li (chohoor)
Hongbin Li (chohoor)
Changed in senlin:
status: New → In Progress
Changed in designate:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in karbor:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in manila:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in os-testr:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in searchlight:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in bifrost:
assignee: nobody → iswarya vakati (v-iswarya)
Changed in barbican:
assignee: nobody → Kiran Totad (kiran-totad)
Changed in designate:
assignee: iswarya vakati (v-iswarya) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to karbor (master)

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

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

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

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

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

Changed in os-testr:
status: New → In Progress
Changed in keystonemiddleware:
assignee: nobody → iswarya vakati (v-iswarya)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystonemiddleware (master)

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

Changed in keystonemiddleware:
status: New → In Progress
Tim Simmons (timsim)
no longer affects: designate
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystonemiddleware (master)

Reviewed: https://review.openstack.org/444795
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=04052686af1f2c437095f5a2aa210256e126e0d9
Submitter: Jenkins
Branch: master

commit 04052686af1f2c437095f5a2aa210256e126e0d9
Author: iswarya_vakati <email address hidden>
Date: Mon Mar 13 15:33:12 2017 +0530

    Pass located tests directory in oslo debug

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Closes-Bug: #1666560

    Change-Id: I18ea63e9303b2a69f69de3e42b52c8a9f25bf7a5

Changed in keystonemiddleware:
status: In Progress → Fix Released
Hongbin Li (chohoor)
Changed in senlin:
assignee: Hongbin Li (chohoor) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to senlin (master)

Reviewed: https://review.openstack.org/443543
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=8aae0867d1f0a8dd827689cc8b8a9761512b39cd
Submitter: Jenkins
Branch: master

commit 8aae0867d1f0a8dd827689cc8b8a9761512b39cd
Author: Luong Anh Tuan <email address hidden>
Date: Fri Mar 10 00:03:03 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: I44ea49903b5a49ce0ab359d2ab9db62ab9eeb08d
    Closes-Bug: #1666560

Changed in senlin:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on manila (master)

Change abandoned by iswarya vakati (<email address hidden>) on branch: master
Review: https://review.openstack.org/444787
Reason: refer https://review.openstack.org/#/c/443495/

Revision history for this message
iswarya vakati (v-iswarya) wrote :
Changed in bifrost:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on keystonemiddleware (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443487

Changed in tacker:
status: New → In Progress
assignee: nobody → soumiyajit (soumiyajit-cloudgear)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tacker (master)

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

Changed in manila:
assignee: iswarya vakati (v-iswarya) → Tuan (tuanla)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-kubernetes (master)

Reviewed: https://review.openstack.org/444542
Committed: https://git.openstack.org/cgit/openstack/kolla-kubernetes/commit/?id=a5ea314f58cbc0e6dd3543bd7daa7f85bc818291
Submitter: Jenkins
Branch: master

commit a5ea314f58cbc0e6dd3543bd7daa7f85bc818291
Author: Surya Prakash Singh <email address hidden>
Date: Sat Mar 11 05:07:37 2017 +0530

    Fix oslo_debug_helper not running

    Specify test directory so that tox won't complain
    `ImportError: Start directory is not importable`.
    Also fix a warning when running debug.

    Change-Id: I389e50a097e1cdc5d070c193ab512218762fa8d5
    Closes-Bug: #1666560

Changed in kolla-kubernetes:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-kubernetes (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443490

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on cloudkitty (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443464

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on barbican (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443460

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443488

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on manila (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443495

Changed in barbican:
assignee: Kiran Totad (kiran-totad) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mistral-lib (master)

Reviewed: https://review.openstack.org/442361
Committed: https://git.openstack.org/cgit/openstack/mistral-lib/commit/?id=bfd79c07117619de0376dc0b5457f7041b2cf126
Submitter: Jenkins
Branch: master

commit bfd79c07117619de0376dc0b5457f7041b2cf126
Author: Sharat Sharma <email address hidden>
Date: Tue Mar 7 15:39:02 2017 +0530

    Fix oslo_debug_helper not running

    Specify test directory so that tox won't complain
    `ImportError: Start directory is not importable`.
    Also fix a warning when running debug.

    Change-Id: I9c9401c49328d0345de817d06460af76fc5bcd6b
    Closes-Bug: #1666560

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron-lib 1.3.0

This issue was fixed in the openstack/neutron-lib 1.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kuryr 0.4.0

This issue was fixed in the openstack/kuryr 0.4.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on karbor (master)

Change abandoned by iswarya vakati (<email address hidden>) on branch: master
Review: https://review.openstack.org/444782
Reason: Duplicate of https://review.openstack.org/#/c/443484/2

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on os-testr (master)

Change abandoned by iswarya vakati (<email address hidden>) on branch: master
Review: https://review.openstack.org/444789

no longer affects: barbican
leon zhang (zhanghj)
Changed in patrole:
assignee: nobody → leon zhang (zhanghj)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to patrole (master)

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

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

Reviewed: https://review.openstack.org/448876
Committed: https://git.openstack.org/cgit/openstack/patrole/commit/?id=ae9db6fd2b99c2645ce41dfd7d227f8778828cbd
Submitter: Jenkins
Branch: master

commit ae9db6fd2b99c2645ce41dfd7d227f8778828cbd
Author: HaiJieZhang <email address hidden>
Date: Thu Mar 23 11:28:16 2017 +0800

    Fix oslo_debug_helper not running

    Specify test directory so that tox won't complain
    `ImportError: Start directory is not importable`.

    Change-Id: I03108f71254e8cc99fb0fcab7d4f1f8614b4e60e
    Closes-Bug: #1666560

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

Reviewed: https://review.openstack.org/443534
Committed: https://git.openstack.org/cgit/openstack/python-watcherclient/commit/?id=7250886d149a02f9a3cd0542e8b327f405d75f08
Submitter: Jenkins
Branch: master

commit 7250886d149a02f9a3cd0542e8b327f405d75f08
Author: Luong Anh Tuan <email address hidden>
Date: Thu Mar 9 23:55:21 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: Id72596a8c3d9e2e344ef492f2d60b89bc0422aec
    Closes-Bug: #1666560

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

Reviewed: https://review.openstack.org/443515
Committed: https://git.openstack.org/cgit/openstack/os-win/commit/?id=66a0da64a83fbf57deaa3adf2057a5ce75e4fad6
Submitter: Jenkins
Branch: master

commit 66a0da64a83fbf57deaa3adf2057a5ce75e4fad6
Author: Luong Anh Tuan <email address hidden>
Date: Thu Mar 9 22:59:20 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: I908bab196ae9a29e8c789db1dcd4668a7f855f87
    Closes-Bug: #1666560

Changed in os-win:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on os-testr (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443508

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

Reviewed: https://review.openstack.org/444398
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=eb664f9d6c25b355b87bbdbb512d5949dff2b771
Submitter: Jenkins
Branch: master

commit eb664f9d6c25b355b87bbdbb512d5949dff2b771
Author: Surya Prakash Singh <email address hidden>
Date: Fri Mar 10 21:55:47 2017 +0530

    Fix oslo_debug_helper not working

    Change-Id: Ifd4ea791b22b1bddc1116b89e6589a372cd17bd9
    Closes-Bug: #1666560

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/os-win 2.0.0

This issue was fixed in the openstack/os-win 2.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/keystonemiddleware 4.15.0

This issue was fixed in the openstack/keystonemiddleware 4.15.0 release.

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

This issue was fixed in the openstack/sahara 7.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/sahara-dashboard 7.0.0.0b1

This issue was fixed in the openstack/sahara-dashboard 7.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/senlin 4.0.0.0b1

This issue was fixed in the openstack/senlin 4.0.0.0b1 development milestone.

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

This issue was fixed in the openstack/python-watcherclient 1.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-bgpvpn 7.0.0.0b1

This issue was fixed in the openstack/networking-bgpvpn 7.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/mistral-dashboard 5.0.0.0b1

This issue was fixed in the openstack/mistral-dashboard 5.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-kubernetes 0.6.0

This issue was fixed in the openstack/kolla-kubernetes 0.6.0 release.

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

This issue was fixed in the openstack/python-watcherclient 1.2.0 release.

M V P Nitesh (m-nitesh)
Changed in searchlight:
assignee: iswarya vakati (v-iswarya) → M V P Nitesh (m-nitesh)
Changed in bifrost:
status: In Progress → Fix Released
M V P Nitesh (m-nitesh)
Changed in searchlight:
assignee: M V P Nitesh (m-nitesh) → nobody
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/solum 5.3.0

This issue was fixed in the openstack/solum 5.3.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 5.0.0.0b2

This issue was fixed in the openstack/kolla 5.0.0.0b2 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-brick-cinderclient-ext 0.5.0

This issue was fixed in the openstack/python-brick-cinderclient-ext 0.5.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/bifrost 4.0.0

This issue was fixed in the openstack/bifrost 4.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/magnum 5.0.0

This issue was fixed in the openstack/magnum 5.0.0 release.

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

Reviewed: https://review.openstack.org/443484
Committed: https://git.openstack.org/cgit/openstack/karbor/commit/?id=9a4c7400a987503aa9cec33ce313fd3305de33b7
Submitter: Jenkins
Branch: master

commit 9a4c7400a987503aa9cec33ce313fd3305de33b7
Author: Luong Anh Tuan <email address hidden>
Date: Thu Mar 9 22:22:41 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: Ic5415281331406e865c4ab86a100b64b91d509c3
    Closes-Bug: #1666560

Changed in karbor:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (master)

Reviewed: https://review.openstack.org/520622
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=6f6db4f4bcd8e9b2627d75c8de42631325d23b33
Submitter: Zuul
Branch: master

commit 6f6db4f4bcd8e9b2627d75c8de42631325d23b33
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Nov 16 15:31:55 2017 +0000

    Fix tox debug target

    We need to pass the "-t" argument to oslo_debug_helper to indicate the
    directory where the tests are located.

    Change-Id: I72d1b86d6508980f64bea7fce0c97bc50afef685
    Closes-Bug: #1666560

Changed in networking-ovn:
status: New → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/karbor 0.6.0

This issue was fixed in the openstack/karbor 0.6.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-ovn 4.0.0.0b2

This issue was fixed in the openstack/networking-ovn 4.0.0.0b2 development milestone.

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

Reviewed: https://review.openstack.org/443537
Committed: https://git.openstack.org/cgit/openstack/searchlight-ui/commit/?id=9a1476a8be154dd38f2af7b26e0a774b75d75b44
Submitter: Zuul
Branch: master

commit 9a1476a8be154dd38f2af7b26e0a774b75d75b44
Author: Luong Anh Tuan <email address hidden>
Date: Fri Mar 10 00:01:28 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: I226346ec50e4433302591ddaccded1edfa9f483a
    Closes-Bug: #1666560

Changed in searchlight:
status: New → Fix Released
tags: added: networking-ovn-proactive-backport-potential
tags: added: networking-ovn-easy-proactive-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/karbor 1.0.0

This issue was fixed in the openstack/karbor 1.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/searchlight-ui 4.0.0.0b3

This issue was fixed in the openstack/searchlight-ui 4.0.0.0b3 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on app-catalog (master)

Change abandoned by Tuan Luong-Anh (<email address hidden>) on branch: master
Review: https://review.openstack.org/443456

tags: removed: networking-ovn-easy-proactive-backport-potential networking-ovn-proactive-backport-potential
Changed in tacker:
assignee: soumiyajit (soumiyajit-cloudgear) → Yan Xing'an (yanxingan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/karbor 1.1.0

This issue was fixed in the openstack/karbor 1.1.0 release.

Changed in manila:
assignee: Tuan (tuanla) → Carlos Eduardo (silvacarlose)
Vida Haririan (vhariria)
Changed in manila:
status: In Progress → Triaged
Revision history for this message
Vida Haririan (vhariria) wrote :
Revision history for this message
Vida Haririan (vhariria) wrote :

Does this still affect manila?

Vida Haririan (vhariria)
Changed in manila:
assignee: Carlos Eduardo (silvacarlose) → nobody
status: Triaged → Incomplete
Revision history for this message
Vida Haririan (vhariria) wrote :
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.