[citc@mgmt ~]$ cat limits.yaml
c5d.2xlarge:10
[citc@mgmt ~]$ finish
Traceback (most recent call last):
File "/usr/local/bin/update_config", line 89, in <module>
node_config = "\n".join(get_node_configs(get_limits(), get_shapes(), get_mgmt_info(), get_nodespace()))
File "/usr/local/bin/update_config", line 67, in get_node_configs
for shape, shape_counts in limits.items():
AttributeError: 'str' object has no attribute 'items'