Open termie opened 13 years ago
(by evfool) Which version of ubuntu do You use? Which version of nova?
(by edouard1-thuleau) Sorry, I use Ubuntu LTS 10.04 server and the trunk of Nova 2011.1~bzr635-0ubuntu0ppa1~lucid1
(by vishvananda) I suspect this is being ignored by setup.py
On Jan 28, 2011, at 6:06 AM, Edouard Thuleau wrote:
Sorry, I use Ubuntu LTS 10.04 server and the trunk of Nova 2011.1~bzr635-0ubuntu0ppa1~lucid1
You received this bug notification because you are a member of Nova Bug Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/709187
Title: AjaxTerm refer to a unexistant folder "tools" with the Ubuntu packaging
Status in OpenStack Compute (Nova): New Status in “nova” package in Ubuntu: New
Bug description: Using Ubuntu packages, when we request an ajax console, the driver try to access the folder /usr/lib/pymodules/python2.6/tools to lunch the command "ajaxterm.py". But this folder doesn't exist and isn't packaged with Nova.
(by ttx) No, it's not ignored by setup.py but tools/ is not installed in the Ubuntu packaging.
however there still is an issue in nova itself, I think: code is calling '%s/tools/ajaxterm/ajaxterm.py --command "%s" -t %s -p %s' % (utils.novadir(), ajaxterm_cmd, token, port)
This is valid when running from the tarball or the branch but does not degrade gracefully when you explode the package in FHS locations (ends up looking for the tools directory under /usr/lib/pymodules/python2.6/tools).
Using Ubuntu packages, when we request an ajax console, the driver try to access the folder /usr/lib/pymodules/python2.6/tools to lunch the command "ajaxterm.py". But this folder doesn't exist and isn't packaged with Nova.
Imported from Launchpad using lp2gh.