CCI-MOC / moc-openstack-tools

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

Quota Audit Part 1 #67

Closed ashwinvargh closed 7 years ago

ashwinvargh commented 7 years ago

Script retrieves all the project quotas and outputs the projects that don't match MOC's default quotas.

ashwinvargh commented 7 years ago

I adjusted the matches function so it returns a dictionary of the differences like you said. I also made sure the script follows the PEP8 guidelines. As you said, It was mainly trailing whitespace issues and spaces between commas.

ashwinvargh commented 7 years ago

Hi Laura,

I made the requested changes.

ashwinvargh commented 7 years ago

Yeah you're right @jeremyfreudberg. I got rid of the whitespace and changed moc standards and reader.