[openstack-nova/el6-grizzly] remove /etc/tgt/conf.d/nova.conf which was invalid for grizzly

Pádraig Brady pbrady at fedoraproject.org
Thu Mar 21 00:45:48 UTC 2013


commit a6a7cdb57506a6e5b266d7df290b2fe5d642e7fd
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Mar 20 23:34:58 2013 +0000

    remove /etc/tgt/conf.d/nova.conf which was invalid for grizzly
    
    This referenced an invalid path since the nova-volume package
    was removed in grizzly, thus stopping tgtd from starting.
    
    Conflicts:
    
    	openstack-nova.spec

 openstack-nova.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 2e94810..56b7f09 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.1
-Release:          0.9.g3%{?dist}
+Release:          0.10.g3%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -453,7 +453,6 @@ touch %{buildroot}%{_sharedstatedir}/nova/CA/private/cakey.pem
 # Install config files
 install -d -m 755 %{buildroot}%{_sysconfdir}/nova
 install -p -D -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/nova/nova.conf
-install -d -m 755 %{buildroot}%{_sysconfdir}/nova/volumes
 install -p -D -m 640 etc/nova/rootwrap.conf %{buildroot}%{_sysconfdir}/nova/rootwrap.conf
 install -p -D -m 640 etc/nova/api-paste.ini %{buildroot}%{_sysconfdir}/nova/api-paste.ini
 install -p -D -m 640 etc/nova/policy.json %{buildroot}%{_sysconfdir}/nova/policy.json
@@ -811,6 +810,9 @@ fi
 %endif
 
 %changelog
+* Wed Mar 20 2013 Pádraig Brady - 2013.1-0.10.g3
+- Remove /etc/tgt/conf.d/nova.conf which was invalid for grizzly
+
 * Tue Mar 12 2013 Pádraig Brady - 2013.1-0.9.g3
 - Allow openstack-nova-doc to be installed in isolation
 


More information about the scm-commits mailing list