5 Commits

Author SHA1 Message Date
Jenkins
00f3c2ab67 Merge "Update dev-quickstart doc to match new devstack model" 2015-04-09 00:26:20 +00:00
lqslan
41aa2c92ad Update dev-quickstart doc to match new devstack model
Magnum has been converted to new devstack plugin model, so we need
to update the dev-quickstart doc.

This patch also fix a content repeat issue in devstack plugin script.

Change-Id: Ibcb93a7e83a5c7f3a3f3727b957b1c45beeed5ae
Closes-Bug: #1441514
2015-04-08 17:03:56 +08:00
Robert Pothier
d9f58e5b20 Enable Heat services in Devstack settings
Heat is no longer enabled by default in devstack.
This adds Heat the example devstack localrc

Change-Id: I1eb4d763b075da0e3a849c801b8b6973a870b44c
2015-04-07 15:47:55 -04:00
Davanum Srinivas
79ac06cc4b Add tox functional target
Create a formal tox target for functional tests.
Also we should not be overriding the user's localrc.

Closes-Bug: #1440125
Change-Id: Ide639ea89050cf3e1f1e9e40c687d506998f7587
2015-04-06 19:02:23 -04:00
Davanum Srinivas
4c2b973859 Convert to new DevStack plugin model for functional testing
Switch over to the new plugin style as documented here:
http://docs.openstack.org/developer/devstack/plugins.html

Makes it very easy to setup a CI job. Added a new
directory for functional job and the tests are run
from the post_test_hook.sh. There's even a "magnum bay-list"
in the shell script to show that we are actually making
calls to the magnum API endpoint and things are working
fine. Note that this is just the minimal plumbing needed
and there's a lot more effort needed to come up with
proper test cases for testing magnum functionality.

Closes-Bug: #1439621
Change-Id: I88d45015338ef55713b32de196f9071c8fc2031b
2015-04-02 21:14:20 -04:00