
RMS has three rules which were not included into the top level policy.json. These rules have been moved to the top level in order to fix 403 against uuid server. RMS specific policy.json was not pointed at by any code, so with this fix the file has been removed. Change-Id: I8bf507a6336b8b07885e3e11490f1324bf29c5d4
ORM discovery readme file
This document includes the following topics
- Dev environment installation process
- Code style guide
- Python tips and tricks
Dev Environment installation process
This project is python based so you need to have python 2.7 installed before continuing
TBD
Code style guide
First of all please read two of the following documents:
After reading this please read it 3 more times
Folders
Folders names should be lowercase, if needed delimited by underscore
do:
business_logic
not
BusinessLogic