~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to debian/nova-vncproxy.upstart.in

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short, Vishvananda Ishaya
  • Date: 2012-09-20 07:45:50 UTC
  • mfrom: (1.1.62)
  • Revision ID: package-import@ubuntu.com-20120920074550-fzmmmzqcntnw1vu7
Tags: 2012.2~rc1-0ubuntu1
[ Adam Gandelman ]
* Ensure /etc/nova/rootwrap.d/ is only writable by root, ensure
  those permissions on /etc/nova/rootwrap.conf as well as
  all individual filter configurations.

[ Chuck Short ]
* Fix lintian warnings
* debian/*.lograote: compress logfiles when they are rotated. (LP:
  #1049915)
* debian/control: 
  - Suggest ceph-common for nova-volume.
  - Add python-cinderclient as a build depends.

[Vishvananda Ishaya]
* Split up vncproxy and xvpvncproxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
description "Nova VNC proxy"
2
 
author "Vishvananda Ishaya <vishvananda@gmail.com>"
3
 
 
4
 
start on runlevel [2345]
5
 
stop on runlevel [016]
6
 
 
7
 
 
8
 
chdir /var/run
9
 
 
10
 
pre-start script
11
 
        mkdir -p /var/run/nova
12
 
        chown nova:root /var/run/nova/
13
 
 
14
 
        mkdir -p /var/lock/nova
15
 
        chown nova:root /var/lock/nova/
16
 
end script
17
 
 
18
 
exec su -s /bin/sh -c "exec nova-xvpvncproxy --config-file=/etc/nova/nova.conf" nova