CCI-MOC / moc-openstack-tools

Tools for OpenStack administration, user/project management, etc.
Apache License 2.0
0 stars 8 forks source link

Allow users to create project names with whitespace. #81

Open greyspectrum opened 7 years ago

greyspectrum commented 7 years ago

Currently, when a user requests a project through the Google Form, they are required to create a project without any whitespace. This is required because addusers.py defines the project name as a function, and the Python interpreter does not allow functions that contain whitespace.

kamfonik commented 7 years ago

I don't think "no whitespace" is enforced anywhere in the code? I'm not sure what you mean about defining the project name as a function.

I think the no-whitespace rule is currently only enforced at the Google Forms level. I remember adding that because dealing with whitespace in project names can be something of a pain when using the OpenStack CLI.