Move templates from python directories to /usr/share/nova.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
6
debian/nova-common.install
vendored
6
debian/nova-common.install
vendored
@@ -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/*
|
||||
|
||||
3
debian/nova-compute.conf
vendored
3
debian/nova-compute.conf
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user