Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / 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: Auth server username:
26
27 Template: neutron-metadata/admin-password
28 Type: password
29 _Description: Auth server password:
30
31 Template: neutron-metadata/region-name
32 Type: string
33 Default: regionOne
34 _Description: Name of the region to be used by the metadata server:
35  Openstack can be used using availability zones, with each region representing
36  a location. Please enter the zone that the metadata server should use.
37
38 Template: neutron-metadata/metadata_secret
39 Type: password
40 _Description: Metadata proxy shared secret:
41  VM instances using Neutron to handle networking retrieve their metadata
42  through the Neutron metadata agent, which serves as a proxy to the Nova
43  metadata REST API server.
44  .
45  Please enter the password that should be used to protect communications
46  between the Neutron metadata proxy agent and the Nova metadata server. The
47  same shared password should be used when setting up the nova-common
48  package.