Move nova related configuration files into /etc/nova/.

This commit is contained in:
Soren Hansen 2010-07-12 10:39:01 -05:00
parent bec2499e13
commit 811985e564
11 changed files with 11 additions and 9 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ nova (0.3.0+really0.2.2-0ubuntu0ppa4) UNRELEASED; urgency=low
* Relax the Twisted dependency to python-twisted-core (rather than the
full stack).
* Move nova related configuration files into /etc/nova/.
-- Soren Hansen <soren@ubuntu.com> Tue, 06 Jul 2010 22:28:28 +0200

View File

@ -13,7 +13,7 @@
set -e
DAEMON=/usr/bin/nova-api
DAEMON_ARGS="--flagfile=/etc/nova-api.conf"
DAEMON_ARGS="--flagfile=/etc/nova/nova-api.conf"
PIDFILE=/var/run/nova-api.pid
ENABLED=true

View File

@ -1,2 +1,2 @@
bin/nova-api usr/bin
debian/nova-api.conf etc
debian/nova-api.conf etc/nova

View File

@ -1,3 +1,4 @@
etc/nova
var/lib/nova/buckets
var/lib/nova/CA
var/lib/nova/CA/INTER

View File

@ -1,5 +1,5 @@
bin/nova-manage usr/bin
debian/nova-manage.conf etc
debian/nova-manage.conf etc/nova
nova/auth/novarc.template usr/share/nova
nova/cloudpipe/client.ovpn.template usr/share/nova
nova/compute/libvirt.xml.template usr/share/nova

View File

@ -13,7 +13,7 @@
set -e
DAEMON=/usr/bin/nova-compute
DAEMON_ARGS="--flagfile=/etc/nova-compute.conf"
DAEMON_ARGS="--flagfile=/etc/nova/nova-compute.conf"
PIDFILE=/var/run/nova-compute.pid
ENABLED=true

View File

@ -1,2 +1,2 @@
bin/nova-compute usr/bin
debian/nova-compute.conf etc
debian/nova-compute.conf etc/nova

View File

@ -13,7 +13,7 @@
set -e
DAEMON=/usr/bin/nova-objectstore
DAEMON_ARGS="--flagfile=/etc/nova-objectstore.conf"
DAEMON_ARGS="--flagfile=/etc/nova/nova-objectstore.conf"
PIDFILE=/var/run/nova-objectstore.pid
ENABLED=true

View File

@ -1,3 +1,3 @@
bin/nova-objectstore usr/bin
debian/nova-objectstore.conf etc
debian/nova-objectstore.conf etc/nova
debian/nova-objectstore.nginx.conf etc/nginx/sites-available

View File

@ -13,7 +13,7 @@
set -e
DAEMON=/usr/bin/nova-volume
DAEMON_ARGS="--flagfile=/etc/nova-volume.conf"
DAEMON_ARGS="--flagfile=/etc/nova/nova-volume.conf"
PIDFILE=/var/run/nova-volume.pid
ENABLED=true

View File

@ -1,2 +1,2 @@
bin/nova-volume usr/bin
debian/nova-volume.conf etc
debian/nova-volume.conf etc/nova