glance-db.xml revision 2900
561N/A<?xml version="1.0" ?>
561N/A<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
943N/A<!--
561N/A Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
561N/A
919N/A Licensed under the Apache License, Version 2.0 (the "License"); you may
919N/A not use this file except in compliance with the License. You may obtain
919N/A a copy of the License at
919N/A
919N/A http://www.apache.org/licenses/LICENSE-2.0
919N/A
919N/A Unless required by applicable law or agreed to in writing, software
919N/A distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
919N/A WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
919N/A License for the specific language governing permissions and limitations
919N/A under the License.
919N/A
919N/A NOTE: This service manifest is not editable; its contents will
919N/A be overwritten by package or patch operations, including
919N/A operating system upgrade. Make customizations in a different
919N/A file.
919N/A-->
561N/A<service_bundle type="manifest" name="glance-db">
561N/A
561N/A <service version="1" type="service"
561N/A name="application/openstack/glance/glance-db">
561N/A
561N/A <dependency name='multiuser' grouping='require_all' restart_on='error'
561N/A type='service'>
837N/A <service_fmri value='svc:/milestone/multi-user:default' />
561N/A </dependency>
911N/A
911N/A <dependency name='ntp' grouping='optional_all' restart_on='none'
911N/A type='service'>
911N/A <service_fmri value='svc:/network/ntp'/>
561N/A </dependency>
561N/A
<logfile_attributes permissions='600'/>
<exec_method timeout_seconds="60" type="method" name="start"
exec="/usr/bin/glance-manage db_sync">
<method_context>
<method_credential user='glance' group='glance' />
</method_context>
</exec_method>
<exec_method timeout_seconds="60" type="method" name="stop"
exec=":true"/>
<property_group type="framework" name="startd">
<propval type="astring" name="duration" value="transient"/>
</property_group>
<instance name='default' enabled='false'>
<property_group name='general' type='framework'>
<propval name='action_authorization' type='astring'
value='solaris.smf.manage.glance'/>
<propval name='value_authorization' type='astring'
value='solaris.smf.value.glance'/>
</property_group>
</instance>
<template>
<common_name>
<loctext xml:lang="C">
OpenStack Glance Database Creation Service
</loctext>
</common_name>
<description>
<loctext xml:lang="C">
glance-db is a transient service to create the Glance database if
required.
</loctext>
</description>
</template>
</service>
</service_bundle>