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