cannot update virtual environment in container

Bug #1644629 reported by Pawel Krupa
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
High
Jean-Philippe Evrard

Bug Description

While running setup-everything.yml from master branch on CentOS7, with almost default configuration files (file included), everything runs smoothly until os_keystone role. While installing keystone, there is a fatal error on task "Update virtualenv path" which fails with python exception "No such file or directory".

Running `virtualenv-tools --update-path=auto --reinitialize /openstack/venvs/keystone-master` inside keystone container produces:

Traceback (most recent call last):
  File "/usr/bin/virtualenv-tools", line 11, in <module>
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/virtualenv_tools.py", line 255, in main
    reinitialize_virtualenv(path)
  File "/usr/lib/python2.7/site-packages/virtualenv_tools.py", line 211, in reinitialize_virtualenv
    stdout=subprocess.PIPE).communicate()[0].strip()
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Revision history for this message
Pawel Krupa (paulfantom) wrote :
Revision history for this message
Marc Gariépy (mgariepy) wrote :

the fix for bug #1637509 cause issue on CentOS.

reverting https://review.openstack.org/#/c/398082/ fix the issue for keystone.

https://bugs.launchpad.net/openstack-ansible/+bug/1637509

Once the CentOS support is more complete, this kind of regression will be detected a lot sooner

Revision history for this message
Marc Gariépy (mgariepy) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_keystone (master)

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

Changed in openstack-ansible:
assignee: nobody → Marc Gariépy (mgariepy)
status: New → In Progress
Revision history for this message
Marc Gariépy (mgariepy) wrote :

This make installation of the virtualenv impossible on CentOS7 since
you endup with python > python2.7 and python2.7 > python

lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

The original venv contains :
-rwxr-xr-x. 1 root root 7136 Nov 14 20:03 python
lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

Revision history for this message
Pawel Krupa (paulfantom) wrote :

I can confirm that `virtualenv-tools --update-path=auto /openstack/venvs/keystone-master` works, and os-keystone-install.yml finishes with success. However another problem is that "--reinitialize" is not only in os-keystone-install.yml, it is included in installation of every openstack component. I found it in:
 - aodh_install.yml
 - barbican_install.yml
 - ceilometer_install.yml
 - cinder_install.yml
 - gnocchi_install.yml
 - heat_install.yml
 - horizon_install.yml
 - ironic_install.yml
 - magnum_install.yml
 - trove_install.yml
 - neutron_install.yml
 - nova_install.yml
 - rally_install.yml
 - sahara_install.yml
 - swift_install.yml
 - tempest_install.yml
 - designate_install.yml

Changed in openstack-ansible:
assignee: Marc Gariépy (mgariepy) → Jesse Pretorius (jesse-pretorius)
Changed in openstack-ansible:
assignee: Jesse Pretorius (jesse-pretorius) → Marc Gariépy (mgariepy)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_nova (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_tempest (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_cinder (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_ceilometer (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_glance (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_swift (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_gnocchi (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_horizon (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_aodh (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_heat (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_ironic (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_rally (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_magnum (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_sahara (master)

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

Changed in openstack-ansible:
assignee: Marc Gariépy (mgariepy) → Jesse Pretorius (jesse-pretorius)
assignee: Jesse Pretorius (jesse-pretorius) → Marc Gariépy (mgariepy)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_gnocchi (master)

Reviewed: https://review.openstack.org/403707
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_gnocchi/commit/?id=464be72dea699cde64936ba6a41f7d176ecdbe45
Submitter: Jenkins
Branch: master

commit 464be72dea699cde64936ba6a41f7d176ecdbe45
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:46:04 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I8f6d4e1f8fc3010e333128d17eef1fc789ad5af5
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403714
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_rally/commit/?id=f76966a25fb5b522e0d55659ebffd57b386c8d30
Submitter: Jenkins
Branch: master

commit f76966a25fb5b522e0d55659ebffd57b386c8d30
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:56:39 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I81d290d686582b23067e519285d27b9d4855c9e1
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403711
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=d792666115f5bb423563f249822ac1d212016ae0
Submitter: Jenkins
Branch: master

commit d792666115f5bb423563f249822ac1d212016ae0
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:51:33 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: Iba92168bfdec23218bcaf7fcdf460c8f2ed95d48
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403709
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=454b933b6d50d0a03ff3193abf7e5f56619d5d1a
Submitter: Jenkins
Branch: master

commit 454b933b6d50d0a03ff3193abf7e5f56619d5d1a
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:47:45 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: Id96a35e1c7c3bc200e7fa006352159d377823f4e
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403710
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_aodh/commit/?id=84f2af81327981e8bceb7dc9f10a1055a3bb792c
Submitter: Jenkins
Branch: master

commit 84f2af81327981e8bceb7dc9f10a1055a3bb792c
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:50:01 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: Id7a1d25732de7d6c9001a5ef3bcce7ae02da5350
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403717
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_sahara/commit/?id=d0c3f3d0083cc6d97c6e60e09b44fd3e22e99bf2
Submitter: Jenkins
Branch: master

commit d0c3f3d0083cc6d97c6e60e09b44fd3e22e99bf2
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:59:51 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I4ed8cbfb69d1ade77fe545a701d0dd3a5e21e913
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403699
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_ceilometer/commit/?id=124415972595ab2d9b3c50320bfe19161cc16599
Submitter: Jenkins
Branch: master

commit 124415972595ab2d9b3c50320bfe19161cc16599
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:31:27 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I101fe7082cac887dc4299a0f5ec92bdce626bb79
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403712
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_ironic/commit/?id=40f6211041095a412acb25438cc7aa9536a55884
Submitter: Jenkins
Branch: master

commit 40f6211041095a412acb25438cc7aa9536a55884
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:52:58 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I87628ad30523e34bc3fa5abd454860d90663737f
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403692
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=2c875dc440e5db77c0472b024e138766ce887423
Submitter: Jenkins
Branch: master

commit 2c875dc440e5db77c0472b024e138766ce887423
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:12:43 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I2f36bcf543647944b51dbf854d776dab98fee69c
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403715
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_magnum/commit/?id=1d4b32532a696fc67ac0dcce9f18a3e1a415a9a5
Submitter: Jenkins
Branch: master

commit 1d4b32532a696fc67ac0dcce9f18a3e1a415a9a5
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:58:42 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: Ieb97e0b245b870c0b5b42bf9b52e7400a65e38ad
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403695
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest/commit/?id=ec663f19f9f04414bbc549c9a5c5c4c9edc612ee
Submitter: Jenkins
Branch: master

commit ec663f19f9f04414bbc549c9a5c5c4c9edc612ee
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:25:38 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I2d4d7c042c565984f3ead21e68d16e23e4c286b6
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403704
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/commit/?id=58b0b99cca80678afd851349a2f42ee9b4834e39
Submitter: Jenkins
Branch: master

commit 58b0b99cca80678afd851349a2f42ee9b4834e39
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:42:51 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I8f7d772d51c6407207cbc8d6a9eab30939eccfde
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403688
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=9bd5175055d30ff138ea103297471e7f4290f052
Submitter: Jenkins
Branch: master

commit 9bd5175055d30ff138ea103297471e7f4290f052
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:09:42 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I911f2a4de5b38d54bd7082fd2e8f2d66c2aa348a
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403701
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=a06e5244f30436675c597294c72b891cd6f8d1e1
Submitter: Jenkins
Branch: master

commit a06e5244f30436675c597294c72b891cd6f8d1e1
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:38:02 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: I2377dc89e7220e653c0b9a3aab7e882cf2324f2e
    Related-Bug: #1637509
    Partial-Bug: #1644629

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

Reviewed: https://review.openstack.org/403696
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=679b89f307c8af9412c5ed122a75bd9ebdb63a3a
Submitter: Jenkins
Branch: master

commit 679b89f307c8af9412c5ed122a75bd9ebdb63a3a
Author: Marc Gariepy <email address hidden>
Date: Mon Nov 28 08:28:48 2016 -0500

    Fix virtualenv-tools issue

    please see https://github.com/fireteam/virtualenv-tools/issues/5

    This make installation of the virtualenv impossible on CentOS7 since
    you endup with python > python2.7 and python2.7 > python

    lrwxrwxrwx. 1 root root 9 Nov 24 20:49 python -> python2.7
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2 -> python
    lrwxrwxrwx. 1 root root 6 Nov 14 20:03 python2.7 -> python

    Change-Id: Ic6c005bc55018898830bfc937829c6fade72e670
    Related-Bug: #1637509
    Partial-Bug: #1644629

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_keystone (master)

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

Changed in openstack-ansible:
assignee: Marc Gariépy (mgariepy) → Markos Chandras (hwoarang)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_aodh (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_ceilometer (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_cinder (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_designate (master)

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

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

Reviewed: https://review.openstack.org/493569
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_ceilometer/commit/?id=f2653a64f8a598a8e555a7b36f006cf4967082ec
Submitter: Jenkins
Branch: master

commit f2653a64f8a598a8e555a7b36f006cf4967082ec
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:47:20 2017 +0100

    tasks: ceilometer_install: Fix virtualenv-tools issue on openSUSE

    This is similar to I101fe7082cac887dc4299a0f5ec92bdce626bb79

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I780960418ff9da7cac2f8716e88d2d8fb7bdb1c6

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_gnocchi (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_heat (master)

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

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

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

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

Change abandoned by Markos Chandras (hwoarang) (<email address hidden>) on branch: master
Review: https://review.openstack.org/493741

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_horizon (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_ironic (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_nova (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_swift (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_tempest (master)

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

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

Reviewed: https://review.openstack.org/493567
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_aodh/commit/?id=fbff0797b22ca02d2587b7745cff3306f2a21237
Submitter: Jenkins
Branch: master

commit fbff0797b22ca02d2587b7745cff3306f2a21237
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:39:00 2017 +0100

    tasks: aodh_install.yml: Fix virtualenv-tools issue on openSUSE

    This is similar to Id7a1d25732de7d6c9001a5ef3bcce7ae02da5350
    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I1cf438ad20758ea386db1df9cf683952c4215799

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

Reviewed: https://review.openstack.org/493581
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_designate/commit/?id=009078f5409b4e559f0ed0ae1cf8d78cf8319542
Submitter: Jenkins
Branch: master

commit 009078f5409b4e559f0ed0ae1cf8d78cf8319542
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:56:52 2017 +0100

    tasks: designate_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Idac8bc2e43d369876065d495ff42061f3619732c

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

Reviewed: https://review.openstack.org/493740
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_gnocchi/commit/?id=d51d3c7e34de35d87035b5158da1ad311ebd7660
Submitter: Jenkins
Branch: master

commit d51d3c7e34de35d87035b5158da1ad311ebd7660
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 05:56:07 2017 +0100

    tasks: gnocchi_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I242684d1f556927bd0967fff8cf8e692f7045a76

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

Reviewed: https://review.openstack.org/493742
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=bcb70190d17c54127187556662b11a4734e55272
Submitter: Jenkins
Branch: master

commit bcb70190d17c54127187556662b11a4734e55272
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 05:58:11 2017 +0100

    tasks: heat_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I628251e8729bd50035b13a11761872b23e001fc5

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

Reviewed: https://review.openstack.org/493744
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_ironic/commit/?id=f40e6a8e016711967395fd85a588a3cbd0227430
Submitter: Jenkins
Branch: master

commit f40e6a8e016711967395fd85a588a3cbd0227430
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:03:46 2017 +0100

    tasks: ironic_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I18d42e3ef0f6eca8e14128ad4fc8c3c8c46926e5

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

Reviewed: https://review.openstack.org/493748
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest/commit/?id=41323fe2a5231cedb6dfdb4da960d86a8120705d
Submitter: Jenkins
Branch: master

commit 41323fe2a5231cedb6dfdb4da960d86a8120705d
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:11:59 2017 +0100

    tasks: tempest_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Ib9b830bf607dbdf0d40583eec35789e10f5a7a49

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

Reviewed: https://review.openstack.org/493746
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=42eaa8018bb1501faf160c53c36d56b2fd89c9aa
Submitter: Jenkins
Branch: master

commit 42eaa8018bb1501faf160c53c36d56b2fd89c9aa
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:08:07 2017 +0100

    tasks: nova_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I2cdd35843ee0d32a659a804c8a85b180c8db153e

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

Reviewed: https://review.openstack.org/493566
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=e4a2f0e4a7ab0378d1381e7a3368709401dc016a
Submitter: Jenkins
Branch: master

commit e4a2f0e4a7ab0378d1381e7a3368709401dc016a
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:32:06 2017 +0100

    tasks: keystone_install: Fix virtualenv-tools issue on openSUSE

    This is similar to I8a27bb268ea2e145ed113c652ab7846f6adc3f82

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I16ea455f8d9336237175e6c43f0b14713cf314d3

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_glance (master)

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

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

Reviewed: https://review.openstack.org/494175
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=a6f93be5c1e5441788d3c7a1c5900aefafcbd4fe
Submitter: Jenkins
Branch: master

commit a6f93be5c1e5441788d3c7a1c5900aefafcbd4fe
Author: Markos Chandras <email address hidden>
Date: Wed Aug 16 12:33:57 2017 +0100

    tasks: glance_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Iff9ddc29903a278dac7ab941fe7bd5bae1702bb7

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

Reviewed: https://review.openstack.org/493743
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=91171e2be847beea02b6cfa9c27dc21e86e37a33
Submitter: Jenkins
Branch: master

commit 91171e2be847beea02b6cfa9c27dc21e86e37a33
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:00:02 2017 +0100

    tasks: horizon_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Ie3f4355eb53db563aaf5fa71d1ea9fb2ee5cfe32

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (master)

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

Changed in openstack-ansible:
assignee: Markos Chandras (hwoarang) → Jesse Pretorius (jesse-pretorius)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_cinder (master)

Reviewed: https://review.openstack.org/493578
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=e1fd2e40e12168dca24e8b11bf8773a6593349ea
Submitter: Jenkins
Branch: master

commit e1fd2e40e12168dca24e8b11bf8773a6593349ea
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:53:49 2017 +0100

    tasks: cinder_install: Fix virtualenv-tools issue on openSUSE

    This is similar to Ic6c005bc55018898830bfc937829c6fade72e670

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Ib1b4313071c2442d1c320fb2eab5f4b072078960

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

Change abandoned by Markos Chandras (hwoarang) (<email address hidden>) on branch: master
Review: https://review.openstack.org/494408

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

Reviewed: https://review.openstack.org/493747
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/commit/?id=546378a730ec2101385c2b323b01344b8f35b345
Submitter: Jenkins
Branch: master

commit 546378a730ec2101385c2b323b01344b8f35b345
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:10:22 2017 +0100

    tasks: swift_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I9011007d949ba4848c4e767b6cfab42e10eb1128

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

Reviewed: https://review.openstack.org/493745
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=23b9b6a393aa354556e6c51c4888e8a862bf5630
Submitter: Jenkins
Branch: master

commit 23b9b6a393aa354556e6c51c4888e8a862bf5630
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:06:19 2017 +0100

    tasks: neutron_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I49beaf3f686adf02b156cb3d1d51ca7aebab6f6f

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_horizon (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495358

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_heat (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495359

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495360

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_keystone (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495363

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_glance (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495364

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_cinder (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/495365

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_glance (stable/pike)

Reviewed: https://review.openstack.org/495364
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=af22504fc86f0da6e23fb40618f238ba140d55d4
Submitter: Jenkins
Branch: stable/pike

commit af22504fc86f0da6e23fb40618f238ba140d55d4
Author: Markos Chandras <email address hidden>
Date: Wed Aug 16 12:33:57 2017 +0100

    tasks: glance_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Iff9ddc29903a278dac7ab941fe7bd5bae1702bb7
    (cherry picked from commit a6f93be5c1e5441788d3c7a1c5900aefafcbd4fe)

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_heat (stable/pike)

Reviewed: https://review.openstack.org/495359
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_heat/commit/?id=e85e2cfac91ef94f6e145d25f6cba749048fab6e
Submitter: Jenkins
Branch: stable/pike

commit e85e2cfac91ef94f6e145d25f6cba749048fab6e
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 05:58:11 2017 +0100

    tasks: heat_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I628251e8729bd50035b13a11761872b23e001fc5
    (cherry picked from commit bcb70190d17c54127187556662b11a4734e55272)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_horizon (stable/pike)

Reviewed: https://review.openstack.org/495358
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_horizon/commit/?id=c7e1c7c9c42d2f86c5abd086d40b52e45a0d7ec8
Submitter: Jenkins
Branch: stable/pike

commit c7e1c7c9c42d2f86c5abd086d40b52e45a0d7ec8
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:00:02 2017 +0100

    tasks: horizon_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Ie3f4355eb53db563aaf5fa71d1ea9fb2ee5cfe32
    (cherry picked from commit 91171e2be847beea02b6cfa9c27dc21e86e37a33)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_cinder (stable/pike)

Reviewed: https://review.openstack.org/495365
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=eeb849e96155633e7a9769df6e22ceb5a584183e
Submitter: Jenkins
Branch: stable/pike

commit eeb849e96155633e7a9769df6e22ceb5a584183e
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:53:49 2017 +0100

    tasks: cinder_install: Fix virtualenv-tools issue on openSUSE

    This is similar to Ic6c005bc55018898830bfc937829c6fade72e670

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: Ib1b4313071c2442d1c320fb2eab5f4b072078960
    (cherry picked from commit e1fd2e40e12168dca24e8b11bf8773a6593349ea)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_keystone (stable/pike)

Reviewed: https://review.openstack.org/495363
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=ce3ab6e98859819512be591d4b0615be1e9f1d3d
Submitter: Jenkins
Branch: stable/pike

commit ce3ab6e98859819512be591d4b0615be1e9f1d3d
Author: Markos Chandras <email address hidden>
Date: Mon Aug 14 15:32:06 2017 +0100

    tasks: keystone_install: Fix virtualenv-tools issue on openSUSE

    This is similar to I8a27bb268ea2e145ed113c652ab7846f6adc3f82

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I16ea455f8d9336237175e6c43f0b14713cf314d3
    (cherry picked from commit e4a2f0e4a7ab0378d1381e7a3368709401dc016a)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_neutron (stable/pike)

Reviewed: https://review.openstack.org/495360
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=4af7f635df6c28344f40cad4da4ac9a742b76ec3
Submitter: Jenkins
Branch: stable/pike

commit 4af7f635df6c28344f40cad4da4ac9a742b76ec3
Author: Markos Chandras <email address hidden>
Date: Tue Aug 15 06:06:19 2017 +0100

    tasks: neutron_install: Fix virtualenv-tools issue on openSUSE

    openSUSE is also suffering from the same virtualenv-tools issue so
    we need to remove the existing python-2.7 symlink.

    Link: https://github.com/fireteam/virtualenv-tools/issues/5
    Related-Bug: #1637509
    Partial-Bug: #1644629
    Change-Id: I49beaf3f686adf02b156cb3d1d51ca7aebab6f6f
    (cherry picked from commit 23b9b6a393aa354556e6c51c4888e8a862bf5630)

Changed in openstack-ansible:
importance: Undecided → High
Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :

We are not using virtualenv-tools anymore in master and this should be fixed.

Changed in openstack-ansible:
status: In Progress → Fix Released
assignee: Jesse Pretorius (jesse-pretorius) → Jean-Philippe Evrard (jean-philippe-evrard)
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.