ranger/orm/services/region_manager
raigax9 729705ead0 Added and edited files to run ranger
Created scripts for setting up ranger as well as
modifying the service files as part of the setup.

Change-Id: Ic1d77dd03fa2287097f35f3de5e890cfb768f71b
2017-09-22 13:37:45 -04:00
..
2017-08-15 18:54:30 -07:00
2017-08-15 18:54:30 -07:00
2017-07-27 09:14:42 -05:00
2017-09-22 13:37:45 -04:00
2017-08-07 15:46:47 -05:00
2017-07-27 09:14:42 -05:00
2017-09-22 13:37:45 -04:00
2017-08-07 15:46:47 -05:00
2017-07-27 09:14:42 -05:00
2017-08-07 15:46:47 -05:00
2017-09-22 13:37:45 -04:00
2017-09-22 13:37:45 -04:00
2017-07-27 09:14:42 -05: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