diff options
author | RHE <rebirthmonkey@gmail.com> | 2017-11-24 13:54:26 +0100 |
---|---|---|
committer | RHE <rebirthmonkey@gmail.com> | 2017-11-24 13:54:26 +0100 |
commit | 920a49cfa055733d575282973e23558c33087a4a (patch) | |
tree | d371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/debian/keystone.templates | |
parent | ef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff) |
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/debian/keystone.templates')
-rw-r--r-- | keystone-moon/debian/keystone.templates | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/keystone-moon/debian/keystone.templates b/keystone-moon/debian/keystone.templates deleted file mode 100644 index 927ad86d..00000000 --- a/keystone-moon/debian/keystone.templates +++ /dev/null @@ -1,114 +0,0 @@ -# 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: keystone/configure_db -Type: boolean -Default: false -_Description: Set up a database for Keystone? - No database has been set up for Keystone to use. Before - continuing, you should make sure you have the following information: - . - * the type of database that you want to use; - * the database server host name (that server must allow TCP connections from this - machine); - * a username and password to access the database. - . - If some of these requirements are missing, do not choose this option and run with - regular SQLite support. - . - You can change this setting later on by running "dpkg-reconfigure -plow - keystone". - -Template: keystone/auth-token -Type: password -_Description: Authentication server administration token: - Please enter the token to use with the authentication - server. - -Template: keystone/create-admin-tenant -Type: boolean -Default: false -# Translators: a "tenant" in OpenStack world is -# an entity that contains one or more username/password couples. -# It's typically the tenant that will be used for billing. Having more than one -# username/password is very helpful in larger organization. -# You're advised to either keep "tenant" without translating it -# or keep it parenthezised. Example for French: -# locataire ("tenant") -_Description: Register administration tenants? - For OpenStack to work, you need a basic tenant configuration. The - creation of these administration tenants can be done automatically. - -Template: keystone/admin-user -Type: string -Default: admin -_Description: Username of the administrative user: - Please enter a username for the administrative user. - -Template: keystone/admin-email -Type: string -Default: root@localhost -_Description: Email address of the administrative user: - Please enter the email address of the administrative user. - -Template: keystone/admin-password -Type: password -_Description: Password of the administrative user: - Please enter a password for the administrative user. - -Template: keystone/admin-password-confirm -Type: password -_Description: Re-enter password to verify: - Please enter the same administrative password again to verify that you have typed it - correctly. - -Template: keystone/passwords-do-not-match -Type: error -_Description: Password input error - The two passwords you entered were not the same. Please try again. - -Template: keystone/admin-role-name -Type: string -Default: admin -_Description: Name of the administrative role: - Please enter the name of the administrative role. - -Template: keystone/admin-tenant-name -Type: string -Default: admin -# Translators: a "tenant" in OpenStack world is -# an entity that contains one or more username/password couples. -# It's typically the tenant that will be used for billing. Having more than one -# username/password is very helpful in larger organization. -# You're advised to either keep "tenant" without translating it -# or keep it parenthezised. Example for French: -# locataire ("tenant") -_Description: Name of the administrative tenant: - Please enter the name of the administrative tenant. - -Template: keystone/register-endpoint -Type: boolean -Default: false -_Description: Register Keystone endpoint? - Each OpenStack service (each API) should be registered in order to be - accessible. This is done using "keystone service-create" and "keystone - endpoint-create". This can be done automatically now. - -Template: keystone/endpoint-ip -Type: string -_Description: Keystone endpoint IP address: - Please enter the IP address that will be used to contact Keystone. - -Template: keystone/region-name -Type: string -Default: regionOne -_Description: Name of the region to register: - OpenStack supports using availability zones, with each region representing - a location. Please enter the zone that you wish to use when registering the - endpoint. |