Skip to content

Commit 119a65a

Browse files
Merge pull request #2729 from Fedosin/metadata_service
Bug 1777804: OpenStack: add Nova metadata service to the list of requirements
2 parents 587c5c9 + aeb6996 commit 119a65a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/user/openstack/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ In addition, it covers the installation with the default CNI (OpenShiftSDN), as
1515
- [Swift](#swift)
1616
- [Disk Requirements](#disk-requirements)
1717
- [Neutron Public Network](#neutron-public-network)
18+
- [Nova Metadata Service](#nova-metadata-service)
1819
- [OpenStack Credentials](#openstack-credentials)
1920
- [Standalone Single-Node Development Environment](#standalone-single-node-development-environment)
2021
- [Running The Installer](#running-the-installer)
@@ -156,6 +157,10 @@ openstack network list --long -c ID -c Name -c "Router Type"
156157
157158
**NOTE:** If the `neutron` `trunk` service plug-in is enabled, trunk port will be created by default. For more information, please refer to [neutron trunk port](https://wiki.openstack.org/wiki/Neutron/TrunkPort).
158159
160+
### Nova Metadata Service
161+
162+
Nova [metadata service](https://docs.openstack.org/nova/latest/user/metadata.html#metadata-service) must be enabled and available at `http://169.254.169.254`. Currently the service is used to deliver Ignition config files to Nova instances and provide information about the machine to `kubelet`.
163+
159164
## OpenStack Credentials
160165
161166
You must have a `clouds.yaml` file in order to run the installer. The installer will look for a `clouds.yaml` file in the following locations in order:

0 commit comments

Comments
 (0)