Skip to content

Commit c287563

Browse files
committed
fix missing schema declaration for network.type (KeyError)
Signed-off-by: scicco <zendar79@gmail.com>
1 parent 640fc7d commit c287563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scompose/config/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def validate_config(filepath):
5656
"properties": {
5757
"allocate_ip": {"type": "boolean"},
5858
"enable": {"type": "boolean"},
59+
"type": {"type": "string"},
5960
# --network-args
6061
"args": string_list,
6162
},

0 commit comments

Comments
 (0)