nova-cert.xml revision 2521
418N/A<?xml version="1.0" ?>
418N/A<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
605N/A<!--
418N/A Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
935N/A
418N/A Licensed under the Apache License, Version 2.0 (the "License"); you may
418N/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-->
919N/A<service_bundle type="manifest" name="nova-cert">
919N/A
418N/A <service version="1" type="service"
418N/A name="application/openstack/nova/nova-cert">
418N/A
418N/A <dependency name='multiuser' grouping='require_all' restart_on='error'
493N/A type='service'>
418N/A <service_fmri value='svc:/milestone/multi-user:default' />
418N/A </dependency>
946N/A
418N/A <exec_method timeout_seconds="60" type="method" name="start"
911N/A exec="/lib/svc/method/nova-cert %m">
946N/A <method_context>
946N/A <method_credential user='nova' group='nova' />
911N/A </method_context>
418N/A </exec_method>
553N/A <exec_method timeout_seconds="60" type="method" name="stop"
418N/A exec=":kill"/>
553N/A
553N/A <instance name='default' enabled='false'>
553N/A <!-- to start/stop/refresh the service -->
553N/A <property_group name='general' type='framework'>
418N/A <propval name='action_authorization' type='astring'
418N/A value='solaris.smf.manage.nova' />
418N/A <propval name='value_authorization' type='astring'
857N/A value='solaris.smf.value.nova' />
418N/A </property_group>
418N/A </instance>
418N/A
857N/A <template>
493N/A <common_name>
418N/A <loctext xml:lang="C">
418N/A OpenStack Nova Cert Service
418N/A </loctext>
851N/A </common_name>
418N/A <description>
851N/A <loctext xml:lang="C">
418N/A nova-cert is a service that supports the Nova Cert service for
418N/A X509 certificates. Used to generate certificates for
493N/A euca-bundle-image. Only needed for EC2 API.
418N/A </loctext>
857N/A </description>
851N/A </template>
851N/A </service>
672N/A</service_bundle>
418N/A