Created attachment 179137 [details] py-nova-14.0.3 This ports updates emulators/py-nova port to the 14.0.3 version changelog - nova-novncproxy service was added - fixed booting from cinder volumes
A commit references this bug: Author: novel Date: Sat Jan 21 04:14:35 UTC 2017 New revision: 432011 URL: https://svnweb.freebsd.org/changeset/ports/432011 Log: emulators/py-nova: update to 14.0.3 - update to 14.0.3 - add nova-novncproxy service - fix booting from cinder volumes PR: 216314 Submitted by: maintainer Changes: head/emulators/py-nova/Makefile head/emulators/py-nova/distinfo head/emulators/py-nova/files/07-fix-xen-xvd.patch head/emulators/py-nova/files/nova-novncproxy.in
Committed, thanks! A thing for future improvement: we don't stick to any specific version of Python (as there's just USES=python), but hardcode python version in the rc scripts, so we need to either explicitly stick to 2.7 or use something like ${PYTHON_VER} in the rc scripts. BTW, it'd be a good idea to run rclint (devel/rclint) on the rc scripts, maybe it'll reporting something worth fixing.
(In reply to Roman Bogorodskiy from comment #2) Thanks! > A thing for future improvement: we don't stick to any specific version of Python (as there's just USES=python), but hardcode python version in the rc scripts, so we need to either explicitly stick to 2.7 or use something like ${PYTHON_VER} in the rc scripts. Agree. I think it'd better to stick with Python 2.7 for ports like py-nova, py-glance but leave it as is for oslo libs. > BTW, it'd be a good idea to run rclint (devel/rclint) on the rc scripts, maybe it'll reporting something worth fixing. cool, installing :)