
Update Ranger logic to pass the X-Auth-Token in the headers when creating or updating a ranger resource (flavors, customers, images, and groups). Update rds logic to generate a token before making the delete region request. These changes are necessary as user authentication logic has been implemented for RMS region creation and updates. Change-Id: I6419dbbe440d915268d6b16ae166ab32731d9af2
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