devstack-gate run fails with "ValueError: No closing quotation" from shlex module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
New
|
Undecided
|
Unassigned | ||
OpenStack-Gate |
New
|
Undecided
|
Unassigned |
Bug Description
Seen here:
2015-12-16 13:56:43.257 | 2015-12-16 13:56:43.229 | /opt/stack/
2015-12-16 13:56:43.534 | 2015-12-16 13:56:43.506 | Traceback (most recent call last):
2015-12-16 13:56:43.536 | 2015-12-16 13:56:43.509 | File "/usr/local/
2015-12-16 13:56:43.539 | 2015-12-16 13:56:43.511 | sys.exit(cmdline())
2015-12-16 13:56:43.541 | 2015-12-16 13:56:43.513 | File "/usr/local/
2015-12-16 13:56:43.546 | 2015-12-16 13:56:43.518 | config = prepare(args)
2015-12-16 13:56:43.582 | 2015-12-16 13:56:43.520 | File "/usr/local/
2015-12-16 13:56:43.583 | 2015-12-16 13:56:43.522 | config = parseconfig(args)
2015-12-16 13:56:43.583 | 2015-12-16 13:56:43.525 | File "/usr/local/
2015-12-16 13:56:43.583 | 2015-12-16 13:56:43.527 | parseini(config, inipath)
2015-12-16 13:56:43.583 | 2015-12-16 13:56:43.529 | File "/usr/local/
2015-12-16 13:56:43.583 | 2015-12-16 13:56:43.531 | self.make_
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.533 | File "/usr/local/
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.534 | res = meth(env_attr.name, env_attr.default)
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.538 | File "/usr/local/
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.539 | return _ArgvlistReader
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.546 | File "/usr/local/
2015-12-16 13:56:43.584 | 2015-12-16 13:56:43.548 | commands.
2015-12-16 13:56:43.585 | 2015-12-16 13:56:43.550 | File "/usr/local/
2015-12-16 13:56:43.585 | 2015-12-16 13:56:43.552 | argv = list(shlexer)
2015-12-16 13:56:43.585 | 2015-12-16 13:56:43.554 | File "/usr/lib/
2015-12-16 13:56:43.585 | 2015-12-16 13:56:43.557 | token = self.get_token()
2015-12-16 13:56:43.587 | 2015-12-16 13:56:43.559 | File "/usr/lib/
2015-12-16 13:56:43.589 | 2015-12-16 13:56:43.561 | raw = self.read_token()
2015-12-16 13:56:43.592 | 2015-12-16 13:56:43.564 | File "/usr/lib/
2015-12-16 13:56:43.597 | 2015-12-16 13:56:43.569 | raise ValueError, "No closing quotation"
2015-12-16 13:56:43.603 | 2015-12-16 13:56:43.571 | ValueError: No closing quotation
Which is coming from:
https:/
But this hits in a lot of projects:
Looks like designate fixed it here:
https:/ /github. com/openstack/ designate/ commit/ 0f5fd246c7ecb85 1aff1ec489bca19 04110fe9fa