Skip to content

v0.2.6: Handle capabilities in instance_info (#51)

Compare
Choose a tag to compare
@stbenjam stbenjam released this 04 May 23:25
· 27 commits to master since this release
edfa8be
This commit adds a parser for capabilities when they
are defined in instance_info.
The capabilities should be provided as a single string,
in the format `key1:value1,key2:value2`, this will be
parsed and sent to ironic as a
map[string]string{"key1":"value1","key2":"value2"}