novajoin/doc/source/configuration.rst
Rob Crittenden 552eb7c2ee Use proper default port, set paste config, service creds
The old default port, 9999, was being set in a few places.

In novajoin-install, the standalone installer, a few things
were not being configure.

- The join api_paste_config option wasn't being set
- The service credentials section was incomplete

Change-Id: I3169c68d29be11edea52c74535ae43b75884fb66
2017-03-27 15:05:50 +00:00

941 B

Configuration

novajoin is configured via /etc/nova/join.conf and consists of two configuration sections, DEFAULT and service_credentials.

DEFAULT

join_listen_port

Port that the REST service listens on. Default 9090.

api_paste_config

Pointer to the paste configuration.

debug

Enables additional debug logging.

keytab

Kerberos keytab containing the IPA credentials used to add/delete hosts.

url

URL pointing to the IPA master JSON endpoint.

domain

The domain name to add to instances names to create a FQDN.

connect_retries

The number of times to attempt to contact the IPA server before failing.

service_credentials

auth_url

URL of the keystone service.

auth_type

Keystone authentication method.

password

Password of the novajoin service user.

username

The service username.