v0.2.6: Handle capabilities in instance_info (#51)
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"}