An hourly VSI is created instead of a Monthly server instance
An hourly VSI is created instead of a Monthly server instance with the following configuration:
knife softlayer server create --from-file configuration.json -E ??? -N ???
********* configuration.json ************** { "hostname": "myhostname", "domain": "???", "fqdn": "???", "datacenter": "dal06", "ram": "32768", "cores": "4", "block-storage": "0:100,3:300", "os-code": "CENTOS_6_64", "run-list": "???", "private-network-only": "true", "network-interface-speed": "1000", "bill-monthly": "true" }
********* configuration.json **************
Seems that this line is ignored:
knife softlayer server create --hostname test --domain softlayer.com --bill-monthly --datacenter seo01 --ram 1 --cores 1 --os-code CENTOS_LATEST --block-storage=0:100
It's not possible to create monthly servers