Skip to content

Commit

Permalink
Allow innetwork to be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 13, 2023
1 parent c2651d0 commit e9361d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chrisomatic/spec/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
Optional("username", default=None): Str(),
Optional("password", default=None): Str(),
Optional("description", default=None): Str(),
Optional("innetwork", default=None): Bool(),
Optional("innetwork", default=False): Bool(),
}
)
),
Expand Down
4 changes: 4 additions & 0 deletions docs/schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Type: string

Type: string

====== cube.compute_resource[*].innetwork

Type: bool

[#cube_plugins]
==== cube.plugins

Expand Down

0 comments on commit e9361d0

Please sign in to comment.