https://github.com/ging/horizon
Revision 61e4d5988bf97c0bfe79f037591981a9417bd5e6 authored by Shaoquan Chen on 25 February 2015, 00:16:37 UTC, committed by Shaoquan Chen on 14 March 2015, 00:33:43 UTC
This is the M part in MVC for launch instance that will use the APIs
to load data and send request to server via the APIs.

This model is injected into to LaunchInstanceCtrl and available to all
controllers for every step in the work flow.

To access:
 - Add to local_setting.py:
     LAUNCH_INSTANCE_NG_ENABLED = True
 - Then go to:
     http://localhost:9000/project/instances/
 - Then click the left "Launch Instance" button.

To disable the legacy launch instance button:
 - Add to local_setting.py:
    LAUNCH_INSTANCE_LEGACY_ENABLED = True

Partially Implements: blueprint launch-instance-redesign
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Co-Authored-By: Neill Cox <neill.cox@ingenious.com.au>
Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com>
Co-Authored-By: Tyr Johanson <tyr@hp.com>
Co-Authored-By: Matt Borland <matt.borland@hp.com>
Change-Id: I040f13f7d1fd336fcd1070bdbe0c81bd5a828d43
1 parent 98d3381
History
Tip revision: 61e4d5988bf97c0bfe79f037591981a9417bd5e6 authored by Shaoquan Chen on 25 February 2015, 00:16:37 UTC
Launch Instance Model
Tip revision: 61e4d59
File Mode Size
.tx
doc
horizon
openstack_dashboard
tools
.gitignore -rw-r--r-- 473 bytes
.gitreview -rw-r--r-- 76 bytes
.jshintrc -rw-r--r-- 551 bytes
.mailmap -rw-r--r-- 581 bytes
.pylintrc -rw-r--r-- 1.4 KB
CONTRIBUTING.rst -rw-r--r-- 629 bytes
HACKING.rst -rw-r--r-- 512 bytes
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 654 bytes
Makefile -rw-r--r-- 588 bytes
README.rst -rw-r--r-- 1.7 KB
manage.py -rwxr-xr-x 838 bytes
openstack-common.conf -rw-r--r-- 141 bytes
requirements.txt -rw-r--r-- 2.2 KB
run_tests.sh -rwxr-xr-x 17.0 KB
setup.cfg -rw-r--r-- 982 bytes
setup.py -rwxr-xr-x 1.0 KB
test-requirements.txt -rw-r--r-- 887 bytes
tox.ini -rw-r--r-- 2.9 KB

README.rst

back to top