pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

Don't hardcode min and max CBS size, just rely on the API to validate. Fixes #538 #541

Closed sivel closed 9 years ago

sivel commented 9 years ago

Currently MIN_SIZE and MAX_SIZE are hardcoded. I don't feel this is super maintainable, since it would require a new release every time those values change.

Just rely on the API to validate the sizes.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 97.2% when pulling 73059566ab91570c966e6e86338c666bc7f528ed on sivel:issue/538 into 9b91177228548a43c79208f4bc9da566869b0797 on rackspace:working.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 97.2% when pulling 73059566ab91570c966e6e86338c666bc7f528ed on sivel:issue/538 into 9b91177228548a43c79208f4bc9da566869b0797 on rackspace:working.