Skip to content
Snippets Groups Projects
Commit a9d00a20 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Remove unused parameter from seed container example

The keys in the seed_containers dictionary are used as container names.

Change-Id: I3a95382cf6e761c5c0e5c7a47d6477b3cdfa8c19
parent 17d49908
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,6 @@ seed_users: "{{ users_default }}" ...@@ -117,7 +117,6 @@ seed_users: "{{ users_default }}"
# Example: # Example:
# seed_containers: # seed_containers:
# squid: # squid:
# name: "squid"
# image: "stackhpc/squid:3.5.20-1" # image: "stackhpc/squid:3.5.20-1"
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml" # pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml" # post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
......
...@@ -100,7 +100,6 @@ ...@@ -100,7 +100,6 @@
# Example: # Example:
# seed_containers: # seed_containers:
# squid: # squid:
# name: "squid"
# image: "stackhpc/squid:3.5.20-1" # image: "stackhpc/squid:3.5.20-1"
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml" # pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml" # post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
......
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