Merge "Enable docker registry in heat template"

This commit is contained in:
Jenkins 2015-12-22 02:49:38 +00:00 committed by Gerrit Code Review
commit 1dd52e3287
1 changed files with 2 additions and 0 deletions

View File

@ -312,10 +312,12 @@ resources:
- config: {get_resource: make_cert}
- config: {get_resource: kube_examples}
- config: {get_resource: configure_docker_storage}
- config: {get_resource: configure_docker_registry}
- config: {get_resource: configure_kubernetes_minion}
- config: {get_resource: network_service}
- config: {get_resource: add_proxy}
- config: {get_resource: enable_services}
- config: {get_resource: enable_docker_registry}
- config: {get_resource: minion_wc_notify}
######################################################################