
This commit provides the following uuid management: (1) Remove uuid record from database after the uuid owned by a Ranger service (cms, fms, ims) resource is deleted. (2) Remove stale uuid record from database when such record is inadvertently created during unsuccessful Ranger service resource creation. (3) Add authentication for uuidgen service delete uuid API. Change-Id: Ifebd68851ff6c0996e7b19d331f4dd99682bd7d2
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