components/openstack/nova/files/nova-compute.xml
changeset 1944 56ac2df1785b
parent 1760 353323c7bdc1
child 3998 5bd484384122
--- a/components/openstack/nova/files/nova-compute.xml	Tue Jun 10 14:07:48 2014 -0700
+++ b/components/openstack/nova/files/nova-compute.xml	Wed Jun 11 17:13:12 2014 -0700
@@ -29,15 +29,24 @@
       type='service'>
       <service_fmri value='svc:/milestone/multi-user:default' />
     </dependency>
+
     <dependency name='evs' grouping='require_all' restart_on='error'
       type='service'>
       <service_fmri value='svc:/network/evs:default' />
     </dependency>
+
     <dependency name='conductor' grouping='optional_all' restart_on='error'
       type='service'>
       <service_fmri value='svc:/application/openstack/nova/nova-conductor' />
     </dependency>
 
+    <dependency name='ntp' grouping='optional_all' restart_on='none'
+      type='service'>
+      <service_fmri value='svc:/network/ntp'/>
+    </dependency>
+
+    <logfile_attributes permissions='600'/>
+
     <!-- increase the timeout to 120 seconds.  Nova's RPC calls have a timeout
          of 60 seconds so the start method needs to extend past that -->
     <exec_method timeout_seconds="120" type="method" name="start"