X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-metadata-agent.templates;fp=trusty%2Fdebian%2Fneutron-metadata-agent.templates;h=2e9246901a8bcc96471d3d039db81bcce471d100;hb=33f494780fed13daabda23be6ceef83210e1d403;hp=0000000000000000000000000000000000000000;hpb=54c2ba6a6661f3214775d91c5755c37c685574a4;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/neutron-metadata-agent.templates b/trusty/debian/neutron-metadata-agent.templates new file mode 100644 index 000000000..2e9246901 --- /dev/null +++ b/trusty/debian/neutron-metadata-agent.templates @@ -0,0 +1,48 @@ +# 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: neutron-metadata/auth-host +Type: string +Default: 127.0.0.1 +_Description: Auth server hostname: + Please specify the URL of your Neutron authentication server. Typically + this is also the URL of your OpenStack Identity Service (Keystone). + +Template: neutron-metadata/admin-tenant-name +Type: string +Default: admin +_Description: Auth server tenant name: + +Template: neutron-metadata/admin-user +Type: string +Default: admin +_Description: Auth server username: + +Template: neutron-metadata/admin-password +Type: password +_Description: Auth server password: + +Template: neutron-metadata/region-name +Type: string +Default: regionOne +_Description: Name of the region to be used by the metadata server: + Openstack can be used using availability zones, with each region representing + a location. Please enter the zone that the metadata server should use. + +Template: neutron-metadata/metadata_secret +Type: password +_Description: Metadata proxy shared secret: + VM instances using Neutron to handle networking retrieve their metadata + through the Neutron metadata agent, which serves as a proxy to the Nova + metadata REST API server. + . + Please enter the password that should be used to protect communications + between the Neutron metadata proxy agent and the Nova metadata server. The + same shared password should be used when setting up the nova-common + package.