1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: murano/register-endpoint
Type: boolean
Default: false
_Description: Register Murano in the Keystone endpoint catalog?
Each OpenStack service (each API) should be registered in order to be
accessible. This is done using "keystone service-create" and "keystone
endpoint-create". This can be done automatically now.
.
Note that you will need to have an up and running Keystone server on which to
connect using a known admin project name, admin username and password. The
admin auth token is not used anymore.
Template: murano/keystone-ip
Type: string
_Description: Keystone server IP address:
Please enter the IP address of the Keystone server, so that murano-api can
contact Keystone to do the Murano service and endpoint creation.
Template: murano/keystone-admin-name
Type: string
Default: admin
_Description: Keystone admin name:
To register the service endpoint, this package needs to know the Admin login,
name, project name, and password to the Keystone server.
Template: murano/keystone-project-name
Type: string
Default: admin
_Description: Keystone admin project name:
To register the service endpoint, this package needs to know the Admin login,
name, project name, and password to the Keystone server.
Template: murano/keystone-admin-password
Type: password
_Description: Keystone admin password:
To register the service endpoint, this package needs to know the Admin login,
name, project name, and password to the Keystone server.
Template: murano/endpoint-ip
Type: string
_Description: Murano endpoint IP address:
Please enter the IP address that will be used to contact Murano.
.
This IP address should be accessible from the clients that will use this
service, so if you are installing a public cloud, this should be a public
IP address.
Template: murano/region-name
Type: string
Default: regionOne
_Description: Name of the region to register:
OpenStack supports using availability zones, with each region representing
a location. Please enter the zone that you wish to use when registering the
endpoint.
|