summaryrefslogtreecommitdiff
path: root/debian/nova-common.templates
blob: bed0d9b21d70c25627f73bc6e8b353bf61b7dc2b (plain)
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
107
108
109
110
111
112
113
114
115
116
117
# 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/auth-host
Type: string
Default: 127.0.0.1
_Description: Auth server hostname:
 Please specify the URL of your Nova authentication server. Typically
 this is also the URL of your OpenStack Identity Service (Keystone).

Template: nova/admin-tenant-name
Type: string
Default: admin
_Description: Auth server tenant name:

Template: nova/admin-user
Type: string
Default: admin
_Description: Auth server username:

Template: nova/admin-password
Type: password
_Description: Auth server password:

Template: nova/configure_db
Type: boolean
Default: false
_Description: Set up a database for Nova?
 No database has been set up for Nova to use. If you want
 to set one up now, please make sure you have all needed
 information:
 .
  * the host name of the database server (which must allow TCP
    connections from this machine);
  * a username and password to access the database;
  * the type of database management software you want to use.
 .
 If you don't choose this option, no database will be set up and Nova
 will use regular SQLite support.
 .
 You can change this setting later on by running "dpkg-reconfigure
 -plow nova-common".

Template: nova/active-api
Type: multiselect
Choices: ec2, osapi_compute, metadata
_Description: API to activate:
 Openstack Nova supports different API services, each of them binding on a
 different port. Select which one nova-api should support.
 .
 If it is a compute node that you are setting-up, then you only need to run the
 metadata API server. If you run Cinder, then you don't need osapi_volume (you
 cannot run osapi_volume and cinder-api on the same server: they bind on the
 same port).

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/rabbit_host
Type: string
Default: localhost
_Description: IP address of your RabbitMQ host:
 In order to interoperate with other components of OpenStack, this package
 needs to connect to a central RabbitMQ server.
 .
 Please specify the IP address of that server.

Template: nova/rabbit_userid
Type: string
Default: guest
_Description: Username for connection to the RabbitMQ server:
 In order to interoperate with other components of OpenStack, this package
 needs to connect to a central RabbitMQ server.
 .
 Please specify the username used to connect to the RabbitMQ server.

Template: nova/rabbit_password
Type: password
_Description: Password for connection to the RabbitMQ server:
 In order to interoperate with other components of OpenStack, this package
 needs to connect to a central RabbitMQ server.
 .
 Please specify the password used to connect to the RabbitMQ server.