
RMS can access database to verify if customer, flavor, and image recources exist for a particular region. This avoids the need to invoke an api call to CMS, FMS, and IMS services while these services also making api call to RMS itself. Change-Id: Ic64e848b03a8fd8f078162f59a148b2dfb3322df
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