Merge "Comment parameters for registry in docker.yaml"
This commit is contained in:
commit
4065a5e27b
@ -52,10 +52,10 @@ resource_registry:
|
||||
OS::TripleO::Services: ../docker/services/services.yaml
|
||||
|
||||
parameter_defaults:
|
||||
# Defaults to 'tripleoupstream'. Specify a local docker registry
|
||||
# Example: 192.168.24.1:8787/tripleoupstream
|
||||
DockerNamespace: tripleoupstream
|
||||
DockerNamespaceIsRegistry: false
|
||||
# To specify a local docker registry, enable these
|
||||
# where 192.168.24.1 is the host running docker-distribution
|
||||
#DockerNamespace: 192.168.24.1:8787/tripleoupstream
|
||||
#DockerNamespaceIsRegistry: true
|
||||
|
||||
ComputeServices:
|
||||
- OS::TripleO::Services::NovaCompute
|
||||
|
Loading…
Reference in New Issue
Block a user