nova-novncproxy doesn't start when 'record' is specified
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Radoslav Gerganov | ||
Liberty |
Fix Released
|
Undecided
|
Lee Yarwood | ||
Mitaka |
Fix Released
|
Undecided
|
Lee Yarwood |
Bug Description
$ /usr/local/
2016-03-18 12:34:01.940 CRITICAL nova [-] AttributeError: 'bool' object has no attribute 'startswith'
2016-03-18 12:34:01.940 TRACE nova Traceback (most recent call last):
2016-03-18 12:34:01.940 TRACE nova File "/usr/local/
2016-03-18 12:34:01.940 TRACE nova sys.exit(main())
2016-03-18 12:34:01.940 TRACE nova File "/opt/stack/
2016-03-18 12:34:01.940 TRACE nova port=CONF.
2016-03-18 12:34:01.940 TRACE nova File "/opt/stack/
2016-03-18 12:34:01.940 TRACE nova RequestHandlerC
2016-03-18 12:34:01.940 TRACE nova File "/usr/local/
2016-03-18 12:34:01.940 TRACE nova websocket.
2016-03-18 12:34:01.940 TRACE nova File "/usr/local/
2016-03-18 12:34:01.940 TRACE nova self.record = os.path.
2016-03-18 12:34:01.940 TRACE nova File "/usr/lib/
2016-03-18 12:34:01.940 TRACE nova if not isabs(path):
2016-03-18 12:34:01.940 TRACE nova File "/usr/lib/
2016-03-18 12:34:01.940 TRACE nova return s.startswith('/')
2016-03-18 12:34:01.940 TRACE nova AttributeError: 'bool' object has no attribute 'startswith'
2016-03-18 12:34:01.940 TRACE nova
The 'record' argument should be string, not boolean.
Changed in nova: | |
importance: | Undecided → Low |
tags: | added: mitaka-backport-potential |
tags: | added: liberty-backport-potential |
Changed in nova: | |
assignee: | Radoslav Gerganov (rgerganov) → Matt Riedemann (mriedem) |
Changed in nova: | |
assignee: | Matt Riedemann (mriedem) → Radoslav Gerganov (rgerganov) |
Fix proposed to branch: master /review. openstack. org/294512
Review: https:/