ranger/orm/services/region_manager
jh629g 42f1c52620 Collapse policy.json files
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
2020-04-22 13:23:36 -05:00
..
2017-07-27 09:14:42 -05:00
2020-04-22 13:23:36 -05:00
2020-02-13 19:14:32 +00:00
2020-02-13 19:14:32 +00:00
2017-07-27 09:14:42 -05:00
2020-02-13 19:14:32 +00:00
2020-02-13 19:14:32 +00:00
2017-07-27 09:14:42 -05:00
2019-10-29 10:36:00 -05:00
2017-09-22 13:37:45 -04:00
2017-09-22 13:37:45 -04:00

ORM discovery readme file

This document includes the following topics

  1. Dev environment installation process
  2. Code style guide
  3. 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:

  1. Pythons PEP8
  2. Openstack hacking

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

Python tips and tricks

test header