Update neutron to 9.0.0.0b1
[openstack-build/neutron-build.git] / xenial / debian / neutron-metadata-agent.templates
1 # These templates have been reviewed by the debian-l10n-english
2 # team
3 #
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
6 #
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
9
10 Template: neutron-metadata/auth-host
11 Type: string
12 Default: 127.0.0.1
13 _Description: Auth server hostname:
14  Please specify the URL of your Neutron authentication server. Typically
15  this is also the URL of your OpenStack Identity Service (Keystone).
16
17 Template: neutron-metadata/admin-tenant-name
18 Type: string
19 Default: admin
20 _Description: Auth server tenant name:
21
22 Template: neutron-metadata/admin-user
23 Type: string
24 Default: admin
25 _Description: Authentication server username:
26  Please specify the username to use with the authentication server.
27
28 Template: neutron-metadata/admin-password
29 Type: password
30 _Description: Auth server password:
31  Please specify the password to use with the authentication server.
32
33 Template: neutron-metadata/region-name
34 Type: string
35 Default: regionOne
36 _Description: Name of the region to be used by the metadata server:
37  Openstack can be used using availability zones, with each region representing
38  a location. Please enter the zone that the metadata server should use.
39
40 Template: neutron-metadata/metadata_secret
41 Type: password
42 _Description: Metadata proxy shared secret:
43  VM instances using Neutron to handle networking retrieve their metadata
44  through the Neutron metadata agent, which serves as a proxy to the Nova
45  metadata REST API server.
46  .
47  Please enter the password that should be used to protect communications
48  between the Neutron metadata proxy agent and the Nova metadata server. The
49  same shared password should be used when setting up the nova-common
50  package.