motine / Ohouse

Ohouse
Other
3 stars 2 forks source link

Validate slice names #41

Closed motine closed 10 years ago

motine commented 10 years ago

When creating slices, make sure that the name is legal (hyphen is legal, underscore is not). Please see the Standard: NB: SLICE_NAME must adhere to the restrictions for slice names in the Aggregate Manager (AM) API, namely that it must be <= 19 characters, only alphanumeric plus hyphen, no leading hyphen..

Also, document it in the docs/README.md.