Comment 18 for bug 1248923

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to devstack (master)

Reviewed: https://review.openstack.org/55992
Committed: http://github.com/openstack-dev/devstack/commit/645171c5fdfa1d43441c411c00c8080218cb6bbe
Submitter: Jenkins
Branch: master

commit 645171c5fdfa1d43441c411c00c8080218cb6bbe
Author: Ilya Kharin <email address hidden>
Date: Tue Nov 12 12:44:20 2013 +0400

    Don't install novnc from package by default

    By default the installation is failed because the novnc package has got
    the a dependency of the nova-common package. The last package provides
    "/etc/nova/*" files with appropriate privileges. It potentially brings
    to the problem of an access to those files.

    Change-Id: I1689bef817365b10bf972dc4a8033892ad5939d1
    Related-Bug: 1248923