https://github.com/ging/horizon
Revision a3ba13bd60549facb19800fe748191487209d29e authored by Shaoquan Chen on 25 February 2015, 02:11:06 UTC, committed by Shaoquan Chen on 14 March 2015, 00:35:16 UTC
This is one step in launch instance wizard work flow.

Partially Implements: blueprint launch-instance-redesign
Change-Id: Idbe4f55e7924b5aed751b1e022f4679179700b7e
1 parent 61e4d59
Raw File
Tip revision: a3ba13bd60549facb19800fe748191487209d29e authored by Shaoquan Chen on 25 February 2015, 02:11:06 UTC
Launch Instance Step - Configuration
Tip revision: a3ba13b
HACKING.rst
Horizon Style Commandments
==========================

- Step 1: Read the OpenStack Style Commandments
  http://docs.openstack.org/developer/hacking/
- Step 2: Read [hacking] section in tox.ini to find the list of names which
  can be imported directly without triggering the "H302: import only modules"
  flake8 warning
- Step 3: Read on

Horizon Specific Commandments
-----------------------------

- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html
back to top