~ubuntu-branches/ubuntu/saucy/heat/saucy-updates

« back to all changes in this revision

Viewing changes to debian/heat-api.templates

  • Committer: Package Import Robot
  • Author(s): James Page, Chuck Short, James Page
  • Date: 2013-08-08 15:23:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130808152359-9jgqjp23kssvc3x9
Tags: 2013.2~b2.a186.g2b4b248-0ubuntu1
[ Chuck Short ]
* debian/patches/rename-quantumclient.patch: Dropped no longer needed. 
* debian/control: Add python-oslo.sphinx

[ James Page ]
* New upstream snapshot.
* d/watch: Updated to track releases on launchpad.
* d/control: Drop BD in pep8, no longer required.
* d/control,rules: Drop use of openstack-pkg-tools, revert use of xz
  compression for debs.
* d/control,*.config,*.templates,po: Drop use of debconf/dbconfig-common
  to configure heat.
* d/*.upstart: Add upstart configurations for Ubuntu.
* d/p/default-kombu.patch: Switch default messaging from qpid to
  kombu.
* d/p/default-sqlite.patch: Use sqlite as default database option.
* d/control: Add python-ceilometerclient to BD's.
* d/rules: Fail package build for unit test failures.
* d/*.install: Directly install configuration files to /etc/heat.
* d/control: Update VCS locations to ubuntu-server-dev branches.
* d/heat-common.{install,manpages}: Include new binaries and associated
  manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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: heat/auth-host
11
 
Type: string
12
 
Default: 127.0.0.1
13
 
_Description: Authentication server hostname:
14
 
 Please specify the hostname of the authentication server. Typically
15
 
 this is also the hostname of the OpenStack Identity Service (Keystone).
16
 
 
17
 
Template: heat/admin-tenant-name
18
 
Type: string
19
 
Default: admin
20
 
# Translators: a "tenant" in OpenStack world is
21
 
# an entity that contains one or more username/password couples. 
22
 
# It's typically the tenant that will be used for billing. Having more than one
23
 
# username/password is very helpful in larger organization.
24
 
# You're advised to either keep "tenant" without translating it
25
 
# or keep it parenthezised. Example for French:
26
 
# locataire ("tenant")
27
 
_Description: Authentication server tenant name:
28
 
 Please specify the authentication server tenant name.
29
 
 
30
 
Template: heat/admin-user
31
 
Type: string
32
 
Default: admin
33
 
_Description: Authentication server username:
34
 
 Please specify the username to use with the authentication server.
35
 
 
36
 
Template: heat/admin-password
37
 
Type: password
38
 
_Description: Authentication server password:
39
 
 Please specify the password to use with the authentication server.
40
 
 
41
 
Template: heat/register-endpoint
42
 
Type: boolean
43
 
Default: false
44
 
_Description: Register Heat in the Keystone endpoint catalog?
45
 
 Each OpenStack service (each API) should be registered in order to be
46
 
 accessible. This is done using "keystone service-create" and "keystone
47
 
 endpoint-create". This can be done automatically now.
48
 
 .
49
 
 Note that you will need to have an up and running Keystone server on which to
50
 
 connect using the Keystone authentication token.
51
 
 
52
 
Template: heat/keystone-ip
53
 
Type: string
54
 
_Description: Keystone server IP address:
55
 
 Please enter the IP address of the Keystone server, so that heat-api can
56
 
 contact Keystone to do the Heat service and endpoint creation.
57
 
 
58
 
Template: heat/keystone-auth-token
59
 
Type: password
60
 
_Description: Keystone authentication token:
61
 
 To configure its endpoint in Keystone, heat-api needs the Keystone
62
 
 authentication token.
63
 
 
64
 
Template: heat/endpoint-ip
65
 
Type: string
66
 
_Description: Heat endpoint IP address:
67
 
 Please enter the IP address that will be used to contact Heat.
68
 
 .
69
 
 This IP address should be accessible from the clients that will use this
70
 
 service, so if you are installing a public cloud, this should be a public
71
 
 IP address.
72
 
 
73
 
Template: heat/region-name
74
 
Type: string
75
 
Default: regionOne
76
 
_Description: Name of the region to register:
77
 
 OpenStack supports using availability zones, with each region representing
78
 
 a location. Please enter the zone that you wish to use when registering the
79
 
 endpoint.