Cross Reference: nova-cert.xml
xref
: /
solaris-userland
/
components
/
openstack
/
nova
/
files
/
nova-cert.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
nova-cert.xml revision 3998
418
N/A
<?
xml
version=
"1.0"
?>
418
N/A
<!
DOCTYPE
service_bundle
SYSTEM
'/
usr
/
share
/
lib
/
xml
/
dtd
/
service_bundle.dtd.1
'
>
605
N/A
<!--
418
N/A
Copyright (c) 2013, 2015, Oracle
and
/
or
its affiliates. All rights reserved.
605
N/A
418
N/A
Licensed under the Apache License, Version 2.0 (the "License"); you may
418
N/A
not use this file except in compliance with the License. You may obtain
418
N/A
a copy of the License at
418
N/A
418
N/A
http://www.apache.org/licenses/LICENSE-2.0
418
N/A
418
N/A
Unless required by applicable law or agreed to in writing, software
418
N/A
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
418
N/A
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
418
N/A
License for the specific language governing permissions and limitations
418
N/A
under the License.
418
N/A
418
N/A
NOTE: This service manifest is not editable; its contents will
418
N/A
be overwritten by package or patch operations, including
418
N/A
operating system upgrade. Make customizations in a different
418
N/A
file.
418
N/A
-->
418
N/A
<
service_bundle
type=
"manifest"
name=
"nova-cert"
>
418
N/A
418
N/A
<
service
version=
"1"
type=
"service"
418
N/A
name=
"
application
/
openstack
/
nova
/
nova-cert
"
>
418
N/A
418
N/A
<
dependency
name=
'multiuser'
grouping=
'require_all'
restart_on=
'error'
418
N/A
type=
'service'
>
418
N/A
<
service_fmri
value=
'svc:/
milestone
/
multi-user
:default'
/>
418
N/A
</
dependency
>
418
N/A
418
N/A
<
dependency
name=
'upgrade'
grouping=
'require_all'
restart_on=
'none'
418
N/A
type=
'service'
>
418
N/A
<
service_fmri
493
N/A
value=
'svc:/
application
/
openstack
/
nova
/
nova-upgrade
'
/>
418
N/A
</
dependency
>
418
N/A
605
N/A
<
dependency
name=
'conductor'
grouping=
'optional_all'
restart_on=
'error'
418
N/A
type=
'service'
>
418
N/A
<
service_fmri
value=
'svc:/
application
/
openstack
/
nova
/
nova-conductor
'
/>
553
N/A
</
dependency
>
418
N/A
553
N/A
<
dependency
name=
'ntp'
grouping=
'optional_all'
restart_on=
'none'
553
N/A
type=
'service'
>
553
N/A
<
service_fmri
value=
'svc:/
network
/
ntp
'
/>
553
N/A
</
dependency
>
418
N/A
418
N/A
<
dependency
name=
'rabbitmq'
grouping=
'optional_all'
restart_on=
'none'
418
N/A
type=
'service'
>
418
N/A
<
service_fmri
value=
'svc:/
network
/
amqp
/
rabbitmq
'
/>
418
N/A
</
dependency
>
418
N/A
418
N/A
<
logfile_attributes
permissions=
'600'
/>
418
N/A
493
N/A
<
exec_method
timeout_seconds=
"60"
type=
"method"
name=
"start"
493
N/A
exec=
"/
lib
/
svc
/
method
/
nova-cert
%m"
>
418
N/A
<
method_context
>
418
N/A
<
method_credential
user=
'nova'
group=
'nova'
/>
418
N/A
</
method_context
>
418
N/A
</
exec_method
>
418
N/A
<
exec_method
timeout_seconds=
"60"
type=
"method"
name=
"stop"
418
N/A
exec=
":kill"
/>
418
N/A
418
N/A
<
instance
name=
'default'
enabled=
'false'
>
418
N/A
<!-- to
start
/
stop
/
refresh
the service -->
418
N/A
<
property_group
name=
'general'
type=
'framework'
>
493
N/A
<
propval
name=
'action_authorization'
type=
'astring'
418
N/A
value=
'
solaris.smf.manage.nova
'
/>
418
N/A
<
propval
name=
'value_authorization'
type=
'astring'
418
N/A
value=
'
solaris.smf.value.nova
'
/>
418
N/A
</
property_group
>
418
N/A
</
instance
>
418
N/A
493
N/A
<
template
>
418
N/A
<
common_name
>
418
N/A
<
loctext
xml
:
lang=
"C"
>
OpenStack Nova Cert Service
</
loctext
>
</
common_name
>
<
description
>
<
loctext
xml
:
lang=
"C"
>
nova-cert is a service that supports the Nova Cert service for
X509 certificates. Used to generate certificates for
euca-bundle-image. Only needed for EC2 API.
</
loctext
>
</
description
>
</
template
>
</
service
>
</
service_bundle
>