
By default the registry listens on port 4000 to avoid clashing with keystone. It is configured via the following commands: kayobe overcloud service <deploy|pull|reconfigure|upgrade>
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
---
|
|
###############################################################################
|
|
# Docker registry configuration.
|
|
|
|
# Whether a docker registry is enabled.
|
|
docker_registry_enabled: true
|
|
|
|
# The port on which the docker registry server should listen.
|
|
# NOTE: This is set to 4000 rather than the default of 5000 to avoid clashing
|
|
# with keystone.
|
|
docker_registry_port: 4000
|