cannot install mistralclient in devstack for stable/kilo

Bug #1451367 reported by Radek Pospisil
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mistralclient
Fix Released
High
Renat Akhmerov
Kilo
Fix Released
High
Renat Akhmerov

Bug Description

trying to install devstack for stable/kilo with mistral.

$ git clone https://git.openstack.org/openstack-dev/devstack
$ cd devstack
$ git checkout stable/kilo

in localrc I've specified stable/kilo for Mistral

MISTRAL_BRANCH=stable/kilo
MISTRAL_PYTHONCLIENT_BRANCH=stable/kilo

After ./stack.sh I've got following error:

2015-05-04 08:36:50.635 | ++ pip_install -e /opt/stack/python-mistralclient
2015-05-04 08:36:51.259 | ++ sudo -H http_proxy=http://proxy.bbn.hp.com:8080 https_proxy=http://proxy.bbn.hp.com:8080 no_proxy=localhost,16.60.142.46,127.0.0.1,localaddress,.localdomain.com,.hp.com PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install -e /opt/stack/python-mistralclient
2015-05-04 08:36:52.427 | Obtaining file:///opt/stack/python-mistralclient
2015-05-04 08:36:52.901 | Complete output from command python setup.py egg_info:
2015-05-04 08:36:52.901 | ERROR:root:Error parsing
2015-05-04 08:36:52.901 | Traceback (most recent call last):
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/core.py", line 109, in pbr
2015-05-04 08:36:52.902 | attrs = util.cfg_to_args(path)
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/util.py", line 243, in cfg_to_args
2015-05-04 08:36:52.902 | pbr.hooks.setup_hook(config)
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/__init__.py", line 25, in setup_hook
2015-05-04 08:36:52.902 | metadata_config.run()
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/base.py", line 27, in run
2015-05-04 08:36:52.902 | self.hook()
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/metadata.py", line 26, in hook
2015-05-04 08:36:52.902 | self.config['name'], self.config.get('version', None))
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 651, in get_version
2015-05-04 08:36:52.902 | version = _get_version_from_git(pre_version)
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 593, in _get_version_from_git
2015-05-04 08:36:52.902 | result = _get_version_from_git_target(git_dir, target_version)
2015-05-04 08:36:52.902 | File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 555, in _get_version_from_git_target
2015-05-04 08:36:52.902 | dict(new=new_version, target=target_version))
2015-05-04 08:36:52.903 | ValueError: git history requires a target version of pbr.version.SemanticVersion(2015.1.0), but target version is pbr.version.SemanticVersion(0.2.0)
2015-05-04 08:36:52.903 | error in setup command: Error parsing /opt/stack/python-mistralclient/setup.cfg: ValueError: git history requires a target version of pbr.version.SemanticVersion(2015.1.0), but target version is pbr.version.SemanticVersion(0.2.0)
2015-05-04 08:36:52.903 |
2015-05-04 08:36:52.903 | ----------------------------------------
2015-05-04 08:36:52.903 | Command "python setup.py egg_info" failed with error code 1 in /opt/stack/python-mistralclient

Changed in python-mistralclient:
status: New → Confirmed
Revision history for this message
Renat Akhmerov (rakhmerov) wrote :

Radek, just FYI: we are aware of the problem and trying to fix it. Looks like we'll have to ask infra team some help with this because it's related with Mistral client code tagging (it was wrong in Kilo cycle).

Stay tuned.

Revision history for this message
Renat Akhmerov (rakhmerov) 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.