[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: ("Expected ',' or end-of-list in", "Routes!=2.0,!=2.1,>=1.12.3; python_version=='2.7'", 'at', "; python_version==

2016-03-21 Thread Corey Bryant
I'm going to re-target this at the upstream Designate project since it
doesn't appear to have anything to do with the Ubuntu Designate package.
Ubuntu packages don't use pip or tox.

** Also affects: designate
   Importance: Undecided
   Status: New

** No longer affects: designate (Ubuntu)

** Also affects: designate (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: designate (Ubuntu)
   Status: New => Invalid

** No longer affects: designate

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: ("Expected ','
  or end-of-list in",
  "Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'", 'at',
  ";python_version=='2.7'")

Status in OpenStack Compute (nova):
  Invalid
Status in designate package in Ubuntu:
  Invalid

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS': 
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tg
 
z=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36
 
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}

  Exception:
  Traceback (most recent call last):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/basecommand.py",
 line 122, in main
  status = self.run(options, args)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/commands/install.py",
 line 262, in run
  for req in parse_requirements(filename, finder=finder, options=options, 
session=session):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 1631, in parse_requirements
  req = InstallRequirement.from_line(line, comes_from, 
prereleases=getattr(options, "pre", None))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 172, in from_line
  return cls(req, comes_from, url=url, prereleases=prereleases)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 70, in __init__
  req = pkg_resources.Requirement.parse(req)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2606, in parse
  reqs = list(parse_requirements(s))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2544, in parse_requirements
  line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2522, in scan_list
  "Expected ',' or end-of-list in",line,"at",line[p:]
  ValueError: 

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: ("Expected ',' or end-of-list in", "Routes!=2.0,!=2.1,>=1.12.3; python_version=='2.7'", 'at', "; python_version==

2016-02-22 Thread Sean Dague
We require a tox min version of 2.0 which has the support needed there.
I don't think this is a valid bug for that reason.

** Changed in: nova
   Status: Confirmed => Invalid

** Changed in: nova
 Assignee: Davanum Srinivas (DIMS) (dims-v) => (unassigned)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: ("Expected ','
  or end-of-list in",
  "Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'", 'at',
  ";python_version=='2.7'")

Status in OpenStack Compute (nova):
  Invalid
Status in designate package in Ubuntu:
  Confirmed

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS': 
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tg
 
z=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36
 
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}

  Exception:
  Traceback (most recent call last):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/basecommand.py",
 line 122, in main
  status = self.run(options, args)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/commands/install.py",
 line 262, in run
  for req in parse_requirements(filename, finder=finder, options=options, 
session=session):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 1631, in parse_requirements
  req = InstallRequirement.from_line(line, comes_from, 
prereleases=getattr(options, "pre", None))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 172, in from_line
  return cls(req, comes_from, url=url, prereleases=prereleases)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 70, in __init__
  req = pkg_resources.Requirement.parse(req)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2606, in parse
  reqs = list(parse_requirements(s))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2544, in parse_requirements
  line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2522, in scan_list
  "Expected ',' or end-of-list in",line,"at",line[p:]
  ValueError: ("Expected ',' or end-of-list in", 
"Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'", 'at', 
";python_version=='2.7'")

  Storing debug log for failure in /home/ubuntu/.pip/pip.log

To manage notifications 

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: ("Expected ',' or end-of-list in", "Routes!=2.0,!=2.1,>=1.12.3; python_version=='2.7'", 'at', "; python_version==

2016-01-06 Thread Federico Ceratto
** Changed in: nova
   Status: Invalid => Confirmed

** Also affects: designate (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: designate (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: ("Expected ','
  or end-of-list in",
  "Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'", 'at',
  ";python_version=='2.7'")

Status in OpenStack Compute (nova):
  Confirmed
Status in designate package in Ubuntu:
  Confirmed

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS': 
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tg
 
z=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36
 
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}

  Exception:
  Traceback (most recent call last):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/basecommand.py",
 line 122, in main
  status = self.run(options, args)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/commands/install.py",
 line 262, in run
  for req in parse_requirements(filename, finder=finder, options=options, 
session=session):
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 1631, in parse_requirements
  req = InstallRequirement.from_line(line, comes_from, 
prereleases=getattr(options, "pre", None))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 172, in from_line
  return cls(req, comes_from, url=url, prereleases=prereleases)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py",
 line 70, in __init__
  req = pkg_resources.Requirement.parse(req)
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2606, in parse
  reqs = list(parse_requirements(s))
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2544, in parse_requirements
  line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
File 
"/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py",
 line 2522, in scan_list
  "Expected ',' or end-of-list in",line,"at",line[p:]
  ValueError: ("Expected ',' or end-of-list in", 
"Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'", 'at', 
";python_version=='2.7'")

  Storing debug log for failure in /home/ubuntu/.pip/pip.log

To manage notifications about this bug go to:

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: (Expected ',' or end-of-list in, Routes!=2.0,!=2.1,=1.12.3; python_version=='2.7', 'at', ; python_version==

2015-08-26 Thread Davanum Srinivas (DIMS)
please update pip/pbr/setuptools and reopen this bug if needed

** Changed in: nova
   Status: Incomplete = Won't Fix

** Changed in: nova
 Assignee: (unassigned) = Davanum Srinivas (DIMS) (dims-v)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: (Expected ','
  or end-of-list in,
  Routes!=2.0,!=2.1,=1.12.3;python_version=='2.7', 'at',
  ;python_version=='2.7')

Status in OpenStack Compute (nova):
  Won't Fix

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS': 
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tg
 
z=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36
 
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}

  Exception:
  Traceback (most recent call last):
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/basecommand.py,
 line 122, in main
  status = self.run(options, args)
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/commands/install.py,
 line 262, in run
  for req in parse_requirements(filename, finder=finder, options=options, 
session=session):
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py,
 line 1631, in parse_requirements
  req = InstallRequirement.from_line(line, comes_from, 
prereleases=getattr(options, pre, None))
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py,
 line 172, in from_line
  return cls(req, comes_from, url=url, prereleases=prereleases)
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/req.py,
 line 70, in __init__
  req = pkg_resources.Requirement.parse(req)
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py,
 line 2606, in parse
  reqs = list(parse_requirements(s))
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py,
 line 2544, in parse_requirements
  line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),version spec)
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources.py,
 line 2522, in scan_list
  Expected ',' or end-of-list in,line,at,line[p:]
  ValueError: (Expected ',' or end-of-list in, 
Routes!=2.0,!=2.1,=1.12.3;python_version=='2.7', 'at', 
;python_version=='2.7')

  Storing debug log for failure in /home/ubuntu/.pip/pip.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1486335/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to  

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: (Expected ',' or end-of-list in, Routes!=2.0,!=2.1,=1.12.3; python_version=='2.7', 'at', ; python_version==

2015-08-26 Thread Matt Riedemann
mriedem@ubuntu:~/git/nova$ pip show pbr pip setuptools virtualenv
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 7.0.3, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
---
Metadata-Version: 2.0
Name: pip
Version: 7.0.3
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: python-virtual...@groups.google.com
License: MIT
Location: /usr/local/lib/python2.7/dist-packages
Requires: 
---
Metadata-Version: 2.0
Name: setuptools
Version: 11.3.1
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://bitbucket.org/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-...@python.org
License: PSF or ZPL
Location: /usr/local/lib/python2.7/dist-packages
Requires: 
---
Metadata-Version: 2.0
Name: virtualenv
Version: 13.0.3
Summary: Virtual Python Environment builder
Home-page: https://virtualenv.pypa.io/
Author: Jannis Leidel, Carl Meyer and Brian Rosner
Author-email: python-virtual...@groups.google.com
License: MIT
Location: /usr/local/lib/python2.7/dist-packages
Requires: 


** Changed in: nova
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: (Expected ','
  or end-of-list in,
  Routes!=2.0,!=2.1,=1.12.3;python_version=='2.7', 'at',
  ;python_version=='2.7')

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS': 
'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tg
 
z=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36
 
:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}

  Exception:
  Traceback (most recent call last):
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/basecommand.py,
 line 122, in main
  status = self.run(options, args)
File 
/home/ubuntu/nova/.tox/genconfig/local/lib/python2.7/site-packages/pip/commands/install.py,
 line 262, in run
  for req in parse_requirements(filename, finder=finder, options=options, 
session=session):
File 

[Yahoo-eng-team] [Bug 1486335] Re: Create nova.conf with tox -egenconfig : ValueError: (Expected ',' or end-of-list in, Routes!=2.0,!=2.1,=1.12.3; python_version=='2.7', 'at', ; python_version==

2015-08-26 Thread Matt Riedemann
Works for me:

mriedem@ubuntu:~/git/nova$ tox -r -e genconfig
genconfig create: /home/mriedem/git/nova/.tox/genconfig
genconfig installdeps: -r/home/mriedem/git/nova/requirements.txt, 
-r/home/mriedem/git/nova/test-requirements.txt
genconfig develop-inst: /home/mriedem/git/nova
genconfig installed: 
aioeventlet==0.4,alembic==0.8.2,amqp==1.4.6,anyjson==0.3.3,appdirs==1.4.0,Babel==2.0,bandit==0.13.2,blockdiag==1.5.3,boto==2.38.0,cachetools==1.0.3,cffi==1.2.1,cliff==1.14.0,cmd2==0.6.8,contextlib2==0.4.0,coverage==3.7.1,cryptography==1.0,debtcollector==0.7.0,decorator==4.0.2,discover==0.4.0,docutils==0.12,ecdsa==0.13,enum34==1.0.4,eventlet==0.17.4,extras==0.0.3,fasteners==0.13.0,fixtures==1.3.1,flake8==2.2.4,funcparserlib==0.3.6,funcsigs==0.4,functools32==3.2.3.post2,futures==3.0.3,futurist==0.4.0,greenlet==0.4.7,hacking==0.10.2,httplib2==0.9.1,idna==2.0,ipaddress==1.0.14,iso8601==0.1.10,Jinja2==2.8,jsonpatch==1.11,jsonpointer==1.9,jsonschema==2.5.1,keystonemiddleware==2.1.0,kombu==3.0.26,linecache2==1.0.0,lxml==3.4.4,Mako==1.0.2,MarkupSafe==0.23,mccabe==0.2.1,mock==1.3.0,monotonic==0.3,mox3==0.9.0,msgpack-python==0.4.6,netaddr==0.7.15,netifaces==0.10.4,-e
 
git://git.openstack.org/openstack/nova@b0854ba0c697243aa3d91170d1a22896aed60e02#egg=nova-gerrit_master,nump
 
y==1.9.2,os-brick==0.3.2,os-client-config==1.6.3,os-testr==0.3.0,oslo.concurrency==2.5.0,oslo.config==2.3.0,oslo.context==0.5.0,oslo.db==2.4.1,oslo.i18n==2.5.0,oslo.log==1.10.0,oslo.messaging==2.4.0,oslo.middleware==2.7.0,oslo.reports==0.4.0,oslo.rootwrap==2.3.0,oslo.serialization==1.8.0,oslo.service==0.8.0,oslo.utils==2.4.0,oslo.versionedobjects==0.8.0,oslo.vmware==1.20.0,oslosphinx==3.1.0,oslotest==1.10.0,paramiko==1.15.2,Paste==2.0.2,PasteDeploy==1.5.2,pbr==1.6.0,pep8==1.5.7,Pillow==2.9.0,posix-ipc==1.0.0,prettytable==0.7.2,psutil==1.2.1,psycopg2==2.6.1,pyasn1==0.1.8,pycadf==1.1.0,pycparser==2.14,pycrypto==2.6.1,pyflakes==0.8.1,Pygments==2.0.2,PyMySQL==0.6.6,pyOpenSSL==0.15.1,pyparsing==2.0.3,python-barbicanclient==3.3.0,python-cinderclient==1.3.1,python-editor==0.4,python-glanceclient==0.19.0,python-ironicclient==0.7.0,python-keystoneclient==1.6.0,python-mimeparse==0.1.4,python-neutronclient==2.6.0,python-subunit==1.1.0,pytz==2015.4,PyYAML==3.11,repoze.lru==0.6,requests==2.7.0,r
 
equests-mock==0.6.0,retrying==1.3.3,rfc3986==0.2.2,Routes==2.2,seqdiag==0.9.5,simplejson==3.8.0,six==1.9.0,Sphinx==1.2.3,sphinxcontrib-seqdiag==0.8.4,SQLAlchemy==1.0.8,sqlalchemy-migrate==0.9.7,sqlparse==0.1.16,stevedore==1.7.0,suds-jurko==0.6,tempest-lib==0.7.0,Tempita==0.5.2,testrepository==0.0.20,testresources==0.2.7,testscenarios==0.5.0,testtools==1.8.0,traceback2==1.4.0,trollius==2.0,unicodecsv==0.13.0,unittest2==1.1.0,urllib3==1.11,warlock==1.1.0,webcolors==1.5,WebOb==1.4.1,websockify==0.7.0,wheel==0.24.0,wrapt==1.10.5
genconfig runtests: PYTHONHASHSEED='1084654034'
genconfig runtests: commands[0] | oslo-config-generator 
--config-file=etc/nova/nova-config-generator.conf
___
 summary 
___
  genconfig: commands succeeded
  congratulations :)
mriedem@ubuntu:~/git/nova$ 




** Changed in: nova
   Status: Won't Fix = New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1486335

Title:
  Create nova.conf with tox -egenconfig :ValueError: (Expected ','
  or end-of-list in,
  Routes!=2.0,!=2.1,=1.12.3;python_version=='2.7', 'at',
  ;python_version=='2.7')

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  $git clone https://git.openstack.org/openstack/nova.git
  $pip install tox
  $tox -egenconfig

  
  cmdargs: [local('/home/ubuntu/nova/.tox/genconfig/bin/pip'), 'install', '-U', 
'--force-reinstall', '-r/home/ubuntu/nova/requirements.txt', 
'-r/home/ubuntu/nova/test-requirements.txt']
  env: {'LC_ALL': 'en_US.utf-8', 'XDG_RUNTIME_DIR': '/run/user/1000', 
'VIRTUAL_ENV': '/home/ubuntu/nova/.tox/genconfig', 'LESSOPEN': '| 
/usr/bin/lesspipe %s', 'SSH_CLIENT': '27.189.208.43 5793 22', 'LOGNAME': 
'ubuntu', 'USER': 'ubuntu', 'HOME': '/home/ubuntu', 'PATH': 
'/home/ubuntu/nova/.tox/genconfig/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
 'XDG_SESSION_ID': '25', '_': '/usr/local/bin/tox', 'SSH_CONNECTION': 
'27.189.208.43 5793 10.0.0.18 22', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 
'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE': 
'en_US', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/5', 'OLDPWD': '/home/ubuntu', 
'PWD': '/home/ubuntu/nova', 'PYTHONHASHSEED': '67143794', 'OS_TEST_PATH': 
'./nova/tests/unit', 'MAIL': '/var/mail/ubuntu', 'LS_COLORS':