Move templates from python directories to /usr/share/nova.

This commit is contained in:
Soren Hansen
2010-07-05 13:34:44 +02:00
parent 5fa4e09ab7
commit 0d59ec1d4e
3 changed files with 7 additions and 3 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
nova (0.3.0+really0.2.2-0ubuntu0ppa1ubuntu1) UNRELEASED; urgency=low
* Added --network_path setting to nova-compute's flagfile.
* Move templates from python directories to /usr/share/nova.
-- Soren Hansen <soren@ubuntu.com> Mon, 05 Jul 2010 13:20:11 +0200

View File

@@ -1,5 +1,5 @@
bin/nova-manage usr/bin
nova/auth/novarc.template usr/lib/pymodules/python2.6/nova/auth
nova/cloudpipe/client.ovpn.template usr/lib/pymodules/python2.6/nova/cloudpipe
nova/compute/libvirt.xml.template usr/lib/pymodules/python2.6/nova/compute
nova/auth/novarc.template usr/share/nova
nova/cloudpipe/client.ovpn.template usr/share/nova
nova/compute/libvirt.xml.template usr/share/nova
usr/lib/python*/*-packages/nova/*

View File

@@ -3,4 +3,7 @@
--keys_path=/var/lib/nova/keys
--keeper_path=/var/lib/nova/keeper
--networks_path=/var/lib/nova/networks
--libvirt_xml_template=/usr/share/nova/libvirt.xml.template
--vpn_client_template=/usr/share/nova/client.ovpn.template
--credentials_template=/usr/share/nova/novarc.template
--fake_users=1