Skip to content
Snippets Groups Projects
Commit 7d79202c authored by jiangpch's avatar jiangpch
Browse files

Remove image_driver_list in zun.conf

We should use the default value for image_driver_list to support
both glance and docker images.

Change-Id: I123fce57cdbd7d154d70aa8d171f946f74dd4e2f
parent 7e6fb5e3
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }} ...@@ -11,7 +11,6 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
state_path = /var/lib/zun state_path = /var/lib/zun
container_driver = docker.driver.DockerDriver container_driver = docker.driver.DockerDriver
image_driver_list = glance
db_type = sql db_type = sql
[network] [network]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment