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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
# 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: nova/my-ip
Type: string
_Description: Value for my_ip:
This value will be stored in the my_ip directive of nova.conf.
Template: nova/neutron_url
Type: string
Default: http://127.0.0.1:9696
_Description: Neutron server URL:
Please enter the URL of the Neutron server.
Template: nova/neutron_admin_tenant_name
Type: string
Default: admin
_Description: Neutron admin tenant name:
Nova needs to be able to communicate with Neutron through Keystone. Therefore
Nova needs to know the Neutron admin tenant, username and password.
.
Please enter the name of the admin tenant for Neutron.
Template: nova/neutron_admin_username
Type: string
Default: admin
_Description: Neutron administrator username:
Please enter the username of the Neutron administrator.
Template: nova/neutron_admin_password
Type: password
_Description: Neutron administrator password:
Please enter the password of the Neutron administrator.
Template: nova/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 neutron-metadata-agent
package.
Template: nova/cinder_os_region_name
Type: string
Default: regionOne
_Description: Cinder os region name:
Please enter the region name for cinder service.
Template: nova/glance_api_servers
Type: string
Default: http://localhost:9292
_Description: Glance api server URL:
Please enter the URL of the Glance api server.
Template: nova/placement_admin_tenant_name
Type: string
Default: service
_Description: Placement admin tenant name:
Nova needs to be able to communicate with Placement through Keystone. Therefore
Nova needs to know the Placement admin tenant, username and password.
.
Please enter the name of the admin tenant for Placement.
Template: nova/placement_admin_username
Type: string
Default: placement
_Description: Placement administrator username:
Please enter the username of the Placement administrator.
Template: nova/placement_admin_password
Type: password
_Description: Placement administrator password:
Please enter the password of the Placement administrator.
Template: nova/placement_os_region_name
Type: string
Default: regionOne
_Description: Placement os region name:
Please enter the region name for Placement service.
Template: nova/configure_neutron
Type: boolean
Default: false
_Description: Manage neutron config through debconf?
Nova service must contact Neutron, and this is configured through
the [neutron] section of the configuration. Specify if you wish
to handle this configuration through debconf.
Template: nova/configure_placement
Type: boolean
Default: false
_Description: Manage placement config through debconf?
Nova service must contact Placement, and this is configured through
the [placement] section of the configuration. Specify if you wish
to handle this configuration through debconf.
|