Each time a VM is provisioned or de-provisioned in OpenStack
Compute, nova-*
services communicate with OpenStack Networking using the
standard API. For this to happen, you must configure the
following items in the nova.conf
file (used
by each nova-compute
and nova-api
instance).
Item | Configuration |
---|---|
|
Modify from the default to
|
|
Update to the hostname/IP and port of the
|
|
Keep the default |
|
Update to the name of the service tenant created in the above section on OpenStack Identity configuration. |
|
Update to the name of the user created in the above section on OpenStack Identity configuration. |
|
Update to the password of the user created in the above section on OpenStack Identity configuration. |
|
Update to the OpenStack Identity server IP and port. This is the Identity (keystone) admin API server IP and port value, and not the Identity service API IP and port. |