tox_install pulls master

Bug #1594346 reported by YAMAMOTO Takashi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-midonet
Fix Released
Critical
YAMAMOTO Takashi

Bug Description

on liberty, tox_install should pull liberty, not master.

http://logs.openstack.org/16/292016/1/gate/gate-tempest-dsvm-networking-midonet-v2/2f90561/logs/devstacklog.txt.gz

2016-06-20 11:06:04.260 | + tox -e genconfig
2016-06-20 11:06:04.678 | genconfig create: /opt/stack/new/networking-midonet/.tox/genconfig
2016-06-20 11:06:05.821 | genconfig installdeps: -r/opt/stack/new/networking-midonet/requirements.txt, -r/opt/stack/new/networking-midonet/test-requirements.txt
2016-06-20 11:07:02.752 | genconfig develop-inst: /opt/stack/new/networking-midonet
2016-06-20 11:07:11.407 | genconfig installed: alembic==0.8.6,amqp==1.4.9,anyjson==0.3.3,appdirs==1.4.0,Babel==2.3.4,beautifulsoup4==4.4.1,cachetools==1.1.6,cffi==1.6.0,cliff==2.1.0,cmd2==0.6.8,contextlib2==0.5.3,coverage==4.1,cryptography==1.4,debtcollector==1.5.0,decorator==4.0.10,docutils==0.12,dogpile.cache==0.6.1,enum34==1.1.6,eventlet==0.19.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.2.4,funcsigs==1.0.2,functools32==3.2.3.post2,futures==3.0.5,futurist==0.14.0,greenlet==0.4.10,hacking==0.10.2,httplib2==0.9.2,idna==2.1,ipaddress==1.0.16,iso8601==0.1.11,Jinja2==2.8,jsonschema==2.5.1,keystoneauth1==2.8.0,keystonemiddleware==4.5.1,kombu==3.0.35,linecache2==1.0.0,logutils==0.3.3,Mako==1.0.4,MarkupSafe==0.23,mccabe==0.2.1,midonetclient==5.1.0,mock==2.0.0,monotonic==1.1,msgpack-python==0.4.7,netaddr==0.7.18,netifaces==0.10.4,-e git+https://git.openstack.org/openstack/networking-midonet@cf2b724c6efbed23ab112aeef1e0ca869102b51b#egg=networking_midonet-dev,-e git://git.openstack.org/openstack/neutron@dab8083542fc6fec2eb6183b8f7c4438ed85a8ef#egg=neutron-master,-e git://git.openstack.org/openstack/neutron-fwaas@9447fbbbb759d6431dd2dcb618feb3ebb128cf5b#egg=neutron_fwaas-master,-e git://git.openstack.org/openstack/neutron-lbaas@d6b3e7b5e5df28efa1e65fdcabe166ad79df3a92#egg=neutron_lbaas-master,neutron-lib==0.2.0,os-client-config==1.18.0,os-testr==0.7.0,oslo.cache==1.9.0,oslo.concurrency==3.10.0,oslo.config==3.11.0,oslo.context==2.5.0,oslo.db==4.7.0,oslo.i18n==3.7.0,oslo.log==3.10.0,oslo.messaging==5.4.0,oslo.middleware==3.13.0,oslo.policy==1.10.0,oslo.reports==1.10.0,oslo.rootwrap==4.3.0,oslo.serialization==2.9.0,oslo.service==1.12.0,oslo.utils==3.13.0,oslo.versionedobjects==1.11.0,oslosphinx==4.4.0,osprofiler==1.3.0,ovs==2.5.0,Paste==2.0.3,PasteDeploy==1.5.2,pbr==1.10.0,pecan==1.1.1,pep8==1.5.7,pika==0.10.0,pika-pool==0.1.3,positional==1.1.0,prettytable==0.7.2,psutil==1.2.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pycadf==2.3.0,pycparser==2.14,pyflakes==0.8.1,Pygments==2.1.3,pyinotify==0.9.6,pyOpenSSL==16.0.0,pyparsing==2.1.5,python-barbicanclient==4.0.1,python-dateutil==2.5.3,python-designateclient==2.1.0,python-editor==1.0.1,python-keystoneclient==3.1.0,python-mimeparse==1.5.2,python-neutronclient==4.2.0,python-novaclient==4.1.0,python-subunit==1.2.0,pytz==2016.4,PyYAML==3.11,repoze.lru==0.6,requests==2.10.0,requestsexceptions==1.1.3,retrying==1.3.3,Routes==2.3.1,ryu==4.3,simplejson==3.8.2,singledispatch==3.4.0.3,six==1.10.0,Sphinx==1.2.3,SQLAlchemy==1.0.13,sqlalchemy-migrate==0.10.0,sqlparse==0.1.19,stevedore==1.15.0,Tempita==0.5.2,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,waitress==0.9.0,WebOb==1.6.1,WebTest==2.0.21,wheel==0.24.0,wrapt==1.10.8,You are using pip version 7.1.2, however version 8.1.2 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.
2016-06-20 11:07:11.407 | genconfig runtests: PYTHONHASHSEED='3231220106'
2016-06-20 11:07:11.407 | genconfig runtests: commands[0] | mkdir -p etc/midonet
2016-06-20 11:07:11.408 | genconfig runtests: commands[1] | oslo-config-generator --output-file etc/midonet/midonet.ini.v1.sample --namespace midonet_v1

Changed in networking-midonet:
milestone: none → 1.0.1
assignee: nobody → YAMAMOTO Takashi (yamamoto)
status: New → In Progress
Revision history for this message
YAMAMOTO Takashi (yamamoto) wrote :
Changed in networking-midonet:
importance: Undecided → Critical
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-midonet (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/331645

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-midonet (stable/liberty)

Reviewed: https://review.openstack.org/331645
Committed: https://git.openstack.org/cgit/openstack/networking-midonet/commit/?id=1471d477e79a51dac5f3926a2a4a8e6928782d1d
Submitter: Jenkins
Branch: stable/liberty

commit 1471d477e79a51dac5f3926a2a4a8e6928782d1d
Author: YAMAMOTO Takashi <email address hidden>
Date: Wed Feb 10 12:56:07 2016 +0900

    tox_install: Add an explicit BRANCH_NAME

    Following I484637d2502f276313edc2279078a200ebc2689a

    This also includes the following change to pass the gate.
    -------
    devstackgaterc: Skip test_router_interface_port_update_with_fixed_ip

    MidoNet doesn't support the operation.

    The test was added by: I1d685c7ef9cd6f55958edbd25fd768cc2be2f3dc
    Closes-Bug: #1579005
    Change-Id: I6f2926899e6a01a8ad6ed904fd204dbb9dac19cb
    (cherry picked from commit 90322d2c310de175e790ba2cbd7f8d23c9795dbd)
    -------

    Closes-Bug: #1594346
    Change-Id: I1b442a5b9754626dd256193161874bcd6b99576f
    (cherry picked from commit 9595f3eb1580d2962e5e4ca4ea70540fa378956e)
    Conflicts:
        tools/tox_install_project.sh

tags: added: in-stable-liberty
Changed in networking-midonet:
status: In Progress → Fix Committed
Changed in networking-midonet:
status: Fix Committed → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/networking-midonet 1.1.0

This issue was fixed in the openstack/networking-midonet 1.1.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.