]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
12 years agobug 903581: remove etc/quantum.conf.sample as it is invalid
Dan Wendlandt [Tue, 13 Dec 2011 07:50:21 +0000 (23:50 -0800)]
bug 903581: remove etc/quantum.conf.sample as it is invalid

Change-Id: I9314bfb9a58a65d7801125b3756672b831087c9d

12 years agoMerge "bug #891246: Fix paths in agent Makefile"
Jenkins [Sun, 11 Dec 2011 07:12:06 +0000 (07:12 +0000)]
Merge "bug #891246: Fix paths in agent Makefile"

12 years agoMerge "Fix for bug 900316"
Jenkins [Sun, 11 Dec 2011 07:07:20 +0000 (07:07 +0000)]
Merge "Fix for bug 900316"

12 years agoMerge "blueprint api-framework-essex"
Jenkins [Sun, 11 Dec 2011 07:06:01 +0000 (07:06 +0000)]
Merge "blueprint api-framework-essex"

12 years agoReadme Fix
Shweta P [Fri, 9 Dec 2011 13:40:16 +0000 (08:40 -0500)]
Readme Fix

Change-Id: I3bf79cbd591b911e4f6d9329a7bf0c77f811ee8a

12 years agoMerge "Fix for bug 900277"
Jenkins [Thu, 8 Dec 2011 16:38:31 +0000 (16:38 +0000)]
Merge "Fix for bug 900277"

12 years agoblueprint api-framework-essex
Ghe Rivero [Thu, 1 Dec 2011 01:14:29 +0000 (01:14 +0000)]
blueprint api-framework-essex

Addressing Dan's comments.

This changeset provides:
- improved framework for API versioning, with separated controllers for each API version
- Taken from nova:'Resource' class in WSGI framework. This class is a container for serializers, deserializers and controller
- Better deserialization thanks to resource class. _parse_request_params has been removed
- Improved management of HTTP client errors
NOTE: this changeset does not update the framework used by API extensions.

Change-Id: I88a669ce418225c415e0da22e951762d0708e0a5

12 years agoFix for bug 900277
Rohit Agarwalla [Mon, 5 Dec 2011 17:56:36 +0000 (09:56 -0800)]
Fix for bug 900277

Removes duplicate network name checks from cisco db api module

Change-Id: I620b3abefeb2cb80eb98778807fd26c5a084bb0e

12 years agoFix for bug 900316
Brad Hall [Mon, 5 Dec 2011 17:52:24 +0000 (09:52 -0800)]
Fix for bug 900316

This fixes the --venv and --user install options as well as the path in the
cli script.

Change-Id: Ie9f265ca248db3d91ff92b7dc3090e1bfdbb0eb6

12 years agoModified the Readme for Unit Test Execution Instructions
Shweta P [Mon, 5 Dec 2011 12:58:58 +0000 (07:58 -0500)]
Modified the Readme for Unit Test Execution Instructions

Change-Id: Ib7ff79c166e34c4f99a8df55feb0191f37555597

Removed the trailing whitespaces in the README

Change-Id: Ic2299bf35d9e0d8512ae4f57976884d12ba92159

12 years agoBug 900093
Salvatore Orlando [Mon, 5 Dec 2011 01:09:49 +0000 (01:09 +0000)]
Bug 900093
Remove unused function in db/api.py

Change-Id: Icbf72ea4069bf56e147d7bc5160ed8c9905a6791

12 years agobug #891246: Fix paths in agent Makefile
Brad Hall [Tue, 29 Nov 2011 00:55:43 +0000 (16:55 -0800)]
bug #891246: Fix paths in agent Makefile

Change-Id: I7093ca14eaf45986fcc50e914f9ccf8fa868fb07

12 years agoSecond round of packaging changes
Brad Hall [Thu, 10 Nov 2011 06:57:13 +0000 (22:57 -0800)]
Second round of packaging changes

This change condenses the directory structure to something more similar to
what we had before while producing similar packages.

It also introduces version.py which allows us to get the version from git tags
(or a fallback version if not available).

Fixes lp bug 889336
Fixes lp bug 888795

Change-Id: I86136bd9dbabb5eb1f8366ed665ed9b54f695124

12 years agoBug 891705
Sumit Naiksatam [Fri, 18 Nov 2011 23:48:21 +0000 (15:48 -0800)]
Bug 891705
Fix to change reference to the Quantum CLI from within the Cisco extensions' CLI module

Removed "tools" from the PYTHONPATH

Change-Id: Icbd3800668219d16fc33a25da9170e9ec7fb6ddb

12 years agoMerge "Add quantum.exceptions path to configed ext paths"
Jenkins [Fri, 18 Nov 2011 21:29:51 +0000 (21:29 +0000)]
Merge "Add quantum.exceptions path to configed ext paths"

12 years agoCorrecting the plugins classpath in the Quantum README.
Sumit Naiksatam [Fri, 18 Nov 2011 03:25:34 +0000 (19:25 -0800)]
Correcting the plugins classpath in the Quantum README.

Change-Id: I14645f3c388698ac34cade9f8e8599c12884141a

12 years agoThe relative path for the "ucs_inventory.ini" file has been fixed
Edgar Magana [Wed, 16 Nov 2011 22:52:40 +0000 (14:52 -0800)]
The relative path for the "ucs_inventory.ini" file has been fixed

Change-Id: I38053df8b398e3fadcc6820c1118b3685ccd4174

12 years agobug #891267 : for XS, grab iface-id from XAPI directly if needed.
Dan Wendlandt [Wed, 16 Nov 2011 18:07:03 +0000 (10:07 -0800)]
bug #891267 : for XS, grab iface-id from XAPI directly if needed.

The version of OVS that ships with XenServer by default does not include
the script to automatically sync the XAPI other_config:nicira-iface-id
field of a VIF with the external_ids:iface-id in the OVS interfaces table.
Thus, make the agent grab the value directly from XAPI if iface-id is
not already populated.

Change-Id: Id01d9da1761016bcd983ad06621c62e94b2445c1

12 years agoChanges to make pip-based tests work with jenkins.
Monty Taylor [Wed, 16 Nov 2011 03:30:40 +0000 (01:30 -0200)]
Changes to make pip-based tests work with jenkins.

The git line for the cisco pip-requires was wrong.
The venv needs to be installed in the source tree, not in the home
directory for self-contained builds.
The version of python can't be assumed and must be calculated.

Change-Id: I23d381eb273e82796e309483086dc68f27ce6093

12 years agoFix for bug 890498
Brad Hall [Tue, 15 Nov 2011 00:54:12 +0000 (16:54 -0800)]
Fix for bug 890498

Add mysql-python to pip-requires for the openvswitch plugin

Change-Id: I4f66270cbaa16a6259c130e00c378acbe9abe931

12 years agoFix for bug 888811
Brad Hall [Mon, 14 Nov 2011 19:04:04 +0000 (11:04 -0800)]
Fix for bug 888811

Use version 0.6.24 of python-distribute which allows us to find all of the
test directories on ubuntu oneiric.

Change-Id: Ibdd7f84e3f344b98cc979b2afcdd3dd2d423dfd1

13 years agoFixing find_config_file after packaging changes
Tyler Smith [Wed, 30 Mar 2011 03:15:10 +0000 (23:15 -0400)]
Fixing find_config_file after packaging changes

Change-Id: I687793b0f8f7284019e05c044e53d91e0f3f09c2

12 years agoAdded timeout flag to ovs-vsctl to avoid infinte waiting
Ghe Rivero [Thu, 17 Nov 2011 08:21:09 +0000 (09:21 +0100)]
Added timeout flag to ovs-vsctl to avoid infinte waiting

Fixes bug 890180

Change-Id: Iba76359d5ee4f625b6a7007b318cf0eb5f1119da

13 years agoAdd quantum.exceptions path to configed ext paths
Tyler Smith [Fri, 18 Mar 2011 02:38:31 +0000 (22:38 -0400)]
Add quantum.exceptions path to configed ext paths

Change-Id: Ica9e1de290d963ef8919e15a242655f933df5b03

13 years agoFix for Bug #888820 - pip-requires file support for plugins
Tyler Smith [Sat, 12 Mar 2011 00:14:38 +0000 (19:14 -0500)]
Fix for Bug #888820 - pip-requires file support for plugins

Change-Id: I6e0833ec0c875ec38db419a88fd6c2db02142f08

13 years agoFixing Cisco plugin after update_* change
Tyler Smith [Thu, 10 Mar 2011 05:12:54 +0000 (00:12 -0500)]
Fixing Cisco plugin after update_* change

Also a few fixes from packaging changes

Change-Id: I7ad7d5bc741fed9d09120148ad75f41df6722b59

12 years agoFix for bug 888207
Brad Hall [Sat, 5 Nov 2011 11:44:36 +0000 (04:44 -0700)]
Fix for bug 888207

Instead of splitting the tests (server/client) we just run the tests like is
done in run_tests.py.

Change-Id: I204e54eaca4473416b5a540719a13988b90adc30

12 years agoFix for bug 877525
Brad Hall [Sat, 5 Nov 2011 11:42:16 +0000 (04:42 -0700)]
Fix for bug 877525

We now have a verbose flag (-v) for run_tests.sh if you want ot see all that
crap printed to the screen.  The default behavior is just to print "test nam
.. OK".  Also, we took the code from nova to cat run_tests.log if there is a
error so that if we hit an import error we will see it in the console jenkin
output.

Change-Id: Id8997c658a61691bf9f25b1c01e6a5db0eca428f

12 years agoMerge "Make the openvswitch plugin tests work again"
Jenkins [Wed, 9 Nov 2011 16:36:24 +0000 (16:36 +0000)]
Merge "Make the openvswitch plugin tests work again"

12 years agoMerge "Change version numbers to be compatible with debian packaging"
Jenkins [Wed, 9 Nov 2011 15:42:47 +0000 (15:42 +0000)]
Merge "Change version numbers to be compatible with debian packaging"

12 years agoBug #875995: Quantum README fixes
Dan Wendlandt [Wed, 9 Nov 2011 04:03:57 +0000 (20:03 -0800)]
Bug #875995: Quantum README fixes

Fix the most obvious issues with the Quantum README and add pointers to
external documentation resources.

In a future commit, we plan to remove most of the content in the README
and leave it just as references to external documentation.  However,
this change requires us to be able to support multiple version of our
external documentation (not yet possible) and have a good location for
developer documentation.

Change-Id: I57d7f99f070d17564b7a5fdcef8ae8ad2a6575a6

12 years agoChange version numbers to be compatible with debian packaging
Brad Hall [Sat, 5 Nov 2011 10:21:42 +0000 (03:21 -0700)]
Change version numbers to be compatible with debian packaging

Change-Id: I4548049e678ca04f33857b9ae21c1bc879e30cef

12 years agoMake the openvswitch plugin tests work again
Brad Hall [Sat, 5 Nov 2011 10:13:51 +0000 (03:13 -0700)]
Make the openvswitch plugin tests work again

Change-Id: If715d4821b8e689fe836fe2afd12aaa7c3b73468

12 years agoSwich over to update_{net,port} instead of rename_net and set_port_state
Brad Hall [Mon, 3 Oct 2011 05:39:26 +0000 (22:39 -0700)]
Swich over to update_{net,port} instead of rename_net and set_port_state

This commit changes the plugin interface so that we have update() functions
that can upate any attributes of the port or network.  In the future when we
add more things like operational state this will give us the flexibility to be
able to update those.  This also allows data extensions to be passed into the
update calls.

Thanks to Tyler and the others at cisco for making the changes to the cisco
plugins and tests (their patch is included in this commit).

Change-Id: If8a0111a7174d94d9f0aed9630e326d428ef994a

12 years agoAdded try import to quantum-server and quantum-cli
Ghe Rivero [Tue, 8 Nov 2011 20:20:51 +0000 (21:20 +0100)]
Added try import to quantum-server and quantum-cli

Once that quantum is deployed there is no need to modified the python
path importing source_environment.

Change-Id: Iad4cce250137c6e5374ee90af6324f32f32da2ad

12 years agoBug 887706
Salvatore Orlando [Tue, 8 Nov 2011 18:24:42 +0000 (18:24 +0000)]
Bug 887706

Adding *.pyc to PEP8_EXCLUDE

Change-Id: If2c432e8ce85be585aa3b71a5acb76f2f27a4c07

12 years agoBlueprint authentication-for-quantum
Salvatore Orlando [Fri, 4 Nov 2011 10:31:05 +0000 (10:31 +0000)]
Blueprint authentication-for-quantum

Modifies quantum.conf to include authN filter and pipeline with auth (optional)
Removes bufferedhttp.py (not used anymore as middleware stays in keystone's tree)

Change-Id: Id6410d88cd9a11c41e8813497a8af3286a88e1dc

13 years agoblueprint quantum-packaging
Tyler Smith [Wed, 23 Feb 2011 01:42:24 +0000 (20:42 -0500)]
blueprint quantum-packaging

Change-Id: Ica19170540b06ecddb0fbb6d340ee7a6819c1708

12 years agoMerge "Moved the initialization of the blade state so that the interfaces which are...
Jenkins [Fri, 28 Oct 2011 20:17:21 +0000 (20:17 +0000)]
Merge "Moved the initialization of the blade state so that the interfaces which are configured outside of Quantum are also initialized in the blade state."

12 years agoMerge "Change the ovs plugin create_*() calls to take the kwargs param"
Jenkins [Fri, 28 Oct 2011 18:38:00 +0000 (18:38 +0000)]
Merge "Change the ovs plugin create_*() calls to take the kwargs param"

12 years agoMoved the initialization of the blade state so that the interfaces which are configur...
Sumit Naiksatam [Fri, 28 Oct 2011 02:10:17 +0000 (19:10 -0700)]
Moved the initialization of the blade state so that the interfaces which are configured outside of Quantum are also initialized in the blade state.

Change-Id: Ib3381ea654e3ede7e138184e597cbf98860b049c

12 years agofix minor double-serialization bug in client.py
Dan Wendlandt [Sun, 16 Oct 2011 03:56:24 +0000 (20:56 -0700)]
fix minor double-serialization bug in client.py

bug 875468

Change-Id: If79d747c4a2796198e3d968f6bc5fbdca2621f73

12 years agobug #863635: remove vestigial cheetah import from bin/cli
Dan Wendlandt [Sun, 16 Oct 2011 01:19:28 +0000 (18:19 -0700)]
bug #863635: remove vestigial cheetah import from bin/cli

Change-Id: I8d7d8dcf11f4e9b6748d6714b82684ac2ab4966d

12 years agoChange the ovs plugin create_*() calls to take the kwargs param
Brad Hall [Wed, 26 Oct 2011 19:28:37 +0000 (12:28 -0700)]
Change the ovs plugin create_*() calls to take the kwargs param

Change-Id: I16fe3386a172f007573eac2c2de6d23b29a348ad

12 years agoChanging the log messages in order to be always identified by their sub-packages...
eperdomo [Tue, 25 Oct 2011 21:25:46 +0000 (14:25 -0700)]
Changing the log messages in order to be always identified by their sub-packages of origin, and they can even be filtered on that basis

Change-Id: I900f8052416cbded698a806895fe145e61d47f1c

12 years agoMerge "New tests are being adding to the Diablo code (Cisco L2-Network plugin), and...
Jenkins [Tue, 25 Oct 2011 20:32:09 +0000 (20:32 +0000)]
Merge "New tests are being adding to the Diablo code (Cisco L2-Network plugin), and some fixes in the case where the tests were failing."

12 years agoMerge changes Ie7acb24a,Ief95b806
Jenkins [Tue, 25 Oct 2011 03:49:37 +0000 (03:49 +0000)]
Merge changes Ie7acb24a,Ief95b806

* changes:
  Add the ability to specify multiple extension directories
  Change port/net create calls to take an additional kwargs param

12 years agoAdd .gitreview config file for gerrit.
James E. Blair [Thu, 20 Oct 2011 17:51:31 +0000 (13:51 -0400)]
Add .gitreview config file for gerrit.

The CI team is developing a new tool, git-review:

  https://github.com/openstack-ci/git-review

which is intendend to replace rfc.sh.  This adds a .gitreview file
so that it can automatically determine the canonical gerrit location
for the repository when first run.  Later, rfc.sh will be updated to
indicate it is deprecated, and then eventually removed.

Change-Id: I49edfa303671de58f54eae4e1d7c27916c41dda7

12 years agoNew tests are being adding to the Diablo code (Cisco L2-Network plugin), and some...
Sumit Naiksatam [Sun, 23 Oct 2011 03:03:22 +0000 (20:03 -0700)]
New tests are being adding to the Diablo code (Cisco L2-Network plugin), and some fixes in the case where the tests were failing.

All changes contained within the Cisco L2-Network plugin and extensions.

Change-Id: I696a2aebeb9027f3b0ce0b6673910e02e304673f

12 years agoAdd the ability to specify multiple extension directories
Brad Hall [Fri, 30 Sep 2011 08:13:24 +0000 (01:13 -0700)]
Add the ability to specify multiple extension directories

This allows for a colon-separated list of extension directories that will be
loaded at startup.

Change-Id: Ie7acb24a929b1782be3e916113a90ede238dee40

12 years agoAdd code-coverage support to run_tests.sh (lp860160)
Brad Hall [Tue, 27 Sep 2011 00:18:34 +0000 (17:18 -0700)]
Add code-coverage support to run_tests.sh (lp860160)

Change-Id: I404ba58ea882123b8c6669ea32923fa626b27de5

12 years agoChange port/net create calls to take an additional kwargs param
Brad Hall [Fri, 30 Sep 2011 05:47:10 +0000 (22:47 -0700)]
Change port/net create calls to take an additional kwargs param

This is to allow data extensions to flow through the middleware to the actual
plugin.

Change-Id: Ief95b806504e10dd05ce7e941437628ac11a215b

12 years agoovs plugin: Remove reference to set_external_ids.sh
Brad Hall [Sat, 24 Sep 2011 05:09:53 +0000 (22:09 -0700)]
ovs plugin: Remove reference to set_external_ids.sh

This script is no longer needed/used

Change-Id: Ib54909082a0dca6e205ce25eadfa3987523892c0

12 years agofix pep8 issues in Cisco plugin
Dan Wendlandt [Sun, 16 Oct 2011 03:37:42 +0000 (20:37 -0700)]
fix pep8 issues in Cisco plugin

bug 875458

The cisco plugin has some pep8 errors when using pep8 version 0.6.1
which is now what is used to gate trunk.

This fix is not supposed to change any functionality.  I was not able
to test it, so I will need a review + testing from the Cisco team.

Change-Id: I5e95e3ec96d5f53a3bea7cea2764fd421ba0a46e

12 years agoMerge "Merge from launchpad quantum/diablo branch:"
Jenkins [Wed, 28 Sep 2011 23:04:01 +0000 (23:04 +0000)]
Merge "Merge from launchpad quantum/diablo branch:"

13 years agoRemove hack for figuring out the vif interface identifier (lp859864)
Brad Hall [Sat, 24 Sep 2011 04:44:05 +0000 (21:44 -0700)]
Remove hack for figuring out the vif interface identifier (lp859864)

Change-Id: I5a62d5663df28294f86c3935e18acb1d6163f37e

13 years agoMerge from launchpad quantum/diablo branch:
Brad Hall [Sat, 24 Sep 2011 03:04:22 +0000 (20:04 -0700)]
Merge from launchpad quantum/diablo branch:

  merge salv's fix to remove keystone middleware: lp855151
  one more 202->200 from tyler
  merge tylers additional 202 -> 200 changes
  merge additions to OVS readme describing running with multiple hosts
  merge brad's changes to make create API calls return 200, not 202
  merge unit test for showing unset attachment
  merging API docs branch
  Merge: lp:~yinliu2/quantum/bug856564
  Merge: lp:~bgh/quantum/bug850261

Change-Id: I56fe24c59f918737e57b562343c33ec6dcceac60

13 years agoUpdate openvswitch plugin README
Brad Hall [Wed, 7 Sep 2011 07:03:54 +0000 (00:03 -0700)]
Update openvswitch plugin README

(address code review feedback)

Change-Id: Id9407001d82eea131c0e88775d9836dd1b769430

13 years agoUpdate openvswitch plugin README
Brad Hall [Wed, 7 Sep 2011 07:03:54 +0000 (00:03 -0700)]
Update openvswitch plugin README

https://bugs.launchpad.net/quantum/+bug/850261

Change-Id: Ifb3d46f9743cb2159582d9a39cb704206505dced

13 years agoGet output from run_tests.
James E. Blair [Fri, 16 Sep 2011 16:52:31 +0000 (09:52 -0700)]
Get output from run_tests.

Remove output redirection from run_tests.
Remove PEP8 from run_tests; it's called from a separate jenkins job.

Change-Id: I6476a3031fe7a52ac52bec5d2ce75ced9590ab2a

13 years agoAdd rfc.sh to help with gerrit workflow.
James E. Blair [Fri, 16 Sep 2011 16:33:48 +0000 (09:33 -0700)]
Add rfc.sh to help with gerrit workflow.

Change-Id: I1672ec098ea190a5068df941e48f140409b83e66

13 years agomerge tyler's unit tests for cisco plugin changes lp845140
Dan Wendlandt [Fri, 9 Sep 2011 23:38:20 +0000 (16:38 -0700)]
merge tyler's unit tests for cisco plugin changes lp845140

13 years agomerge salv's no-cheetah CLI branch lp 842190
Dan Wendlandt [Fri, 9 Sep 2011 21:33:39 +0000 (14:33 -0700)]
merge salv's no-cheetah CLI branch lp 842190

13 years agoMerge trunk
Salvatore Orlando [Fri, 9 Sep 2011 20:21:23 +0000 (21:21 +0100)]
Merge trunk

13 years agoAddressing Dan's comment on output generator
Salvatore Orlando [Fri, 9 Sep 2011 20:20:47 +0000 (21:20 +0100)]
Addressing Dan's comment on output generator

13 years agomerge sumit's branch for lp837752
Dan Wendlandt [Fri, 9 Sep 2011 16:01:30 +0000 (09:01 -0700)]
merge sumit's branch for lp837752

13 years agomerge salv's branch for bug834013
Dan Wendlandt [Fri, 9 Sep 2011 15:59:55 +0000 (08:59 -0700)]
merge salv's branch for bug834013

13 years agomerge salv's branch for keystone token on client bug838006
Dan Wendlandt [Thu, 8 Sep 2011 23:44:55 +0000 (16:44 -0700)]
merge salv's branch for keystone token on client bug838006

13 years agomerge rohit's db test branch: lp838318
Dan Wendlandt [Thu, 8 Sep 2011 23:35:55 +0000 (16:35 -0700)]
merge rohit's db test branch: lp838318

13 years agomerge salv fix for bug 841982, fix minor pep8 violation
Dan Wendlandt [Thu, 8 Sep 2011 23:32:18 +0000 (16:32 -0700)]
merge salv fix for bug 841982, fix minor pep8 violation

13 years agomerge salv fix for bug834008
Dan Wendlandt [Thu, 8 Sep 2011 23:28:16 +0000 (16:28 -0700)]
merge salv fix for bug834008

13 years agoChanges to address Salvatore's review comments, removed unnecessary imports, and...
Sumit Naiksatam [Thu, 8 Sep 2011 06:29:55 +0000 (23:29 -0700)]
Changes to address Salvatore's review comments, removed unnecessary imports, and changed a debug message.

13 years agochanging key names to confirm to api specs
rohitagarwalla [Thu, 8 Sep 2011 06:26:21 +0000 (23:26 -0700)]
changing key names to confirm to api specs

13 years agoMerging latest from lp:quantum
Sumit Naiksatam [Thu, 8 Sep 2011 01:24:31 +0000 (18:24 -0700)]
Merging latest from lp:quantum

13 years agoMerging lo:~salvatore-orlando/quantum/quantum-api-auth
Salvatore Orlando [Wed, 7 Sep 2011 10:28:25 +0000 (11:28 +0100)]
Merging lo:~salvatore-orlando/quantum/quantum-api-auth

Implements blueprint: Quantum API Auth (Keystone Integration)
https://blueprints.launchpad.net/quantum/+spec/quantum-api-auth

13 years agoMerge trunk
Salvatore Orlando [Wed, 7 Sep 2011 10:24:55 +0000 (11:24 +0100)]
Merge trunk

13 years agoImplementing Dan's suggestion concerning fixing the bug in db api rather than FakePlugin
Salvatore Orlando [Wed, 7 Sep 2011 10:21:56 +0000 (11:21 +0100)]
Implementing Dan's suggestion concerning fixing the bug in db api rather than FakePlugin

13 years agoFixing bad indent
Salvatore Orlando [Wed, 7 Sep 2011 10:19:10 +0000 (11:19 +0100)]
Fixing bad indent

13 years agosyncing diverged branches
rohitagarwalla [Tue, 6 Sep 2011 15:08:20 +0000 (08:08 -0700)]
syncing diverged branches

13 years agomerging from lp:quantum
rohitagarwalla [Tue, 6 Sep 2011 14:42:49 +0000 (07:42 -0700)]
merging from lp:quantum

13 years agomerging from lp:quantum
rohitagarwalla [Tue, 6 Sep 2011 10:30:35 +0000 (03:30 -0700)]
merging from lp:quantum

13 years agoUpdating CLI for not using Cheetah anymore.
Salvatore Orlando [Mon, 5 Sep 2011 17:23:18 +0000 (18:23 +0100)]
Updating CLI for not using Cheetah anymore.
Now using a mechanism based on Python built-in templates.

13 years agoFixing the bug in FakePlugin
Salvatore Orlando [Mon, 5 Sep 2011 17:18:46 +0000 (18:18 +0100)]
Fixing the bug in FakePlugin

13 years agomade general exception handling messages consistent
rohitagarwalla [Sat, 3 Sep 2011 10:42:37 +0000 (03:42 -0700)]
made general exception handling messages consistent
removed LOG pylint errors
cleanup in tests

13 years agoCreate operation now generate response with status code 202
Salvatore Orlando [Fri, 2 Sep 2011 11:50:08 +0000 (12:50 +0100)]
Create operation now generate response with status code 202

13 years agorestoring correct default pipeline
Salvatore Orlando [Fri, 2 Sep 2011 07:14:24 +0000 (08:14 +0100)]
restoring correct default pipeline

13 years agoMergin from lp:quantum
Sumit Naiksatam [Fri, 2 Sep 2011 07:13:04 +0000 (00:13 -0700)]
Mergin from lp:quantum

13 years agoAdd information about quantum dependency for nova
Sumit Naiksatam [Fri, 2 Sep 2011 07:08:26 +0000 (00:08 -0700)]
Add information about quantum dependency for nova

13 years agomerge salv's branch to remove dummy plugin
Dan Wendlandt [Fri, 2 Sep 2011 05:53:33 +0000 (22:53 -0700)]
merge salv's branch to remove dummy plugin

13 years agoChanging communication between UCSM driver to UCSM to HTTPS.
Sumit Naiksatam [Thu, 1 Sep 2011 23:48:17 +0000 (16:48 -0700)]
Changing communication between UCSM driver to UCSM to HTTPS.

13 years agoAdding CLI usage examlpes to the README.
Sumit Naiksatam [Thu, 1 Sep 2011 23:11:53 +0000 (16:11 -0700)]
Adding CLI usage examlpes to the README.

13 years agoAdding client-side support for Keystone integration
Salvatore Orlando [Thu, 1 Sep 2011 16:49:25 +0000 (17:49 +0100)]
Adding client-side support for Keystone integration

13 years agoKeystone-integrated pipeline should not be default in quantum.conf
Salvatore Orlando [Thu, 1 Sep 2011 16:26:42 +0000 (17:26 +0100)]
Keystone-integrated pipeline should not be default in quantum.conf

13 years agoRemoving class DUmmyDataPlugin
Salvatore Orlando [Thu, 1 Sep 2011 16:17:36 +0000 (17:17 +0100)]
Removing class DUmmyDataPlugin

13 years agoRemoved redundant configuration, and added more comments in the configuration files.
Sumit Naiksatam [Wed, 31 Aug 2011 19:56:01 +0000 (12:56 -0700)]
Removed redundant configuration, and added more comments in the configuration files.

13 years agoUpdating the README file.
Sumit Naiksatam [Wed, 31 Aug 2011 17:33:18 +0000 (10:33 -0700)]
Updating the README file.

13 years agoMerge trunk
Salvatore Orlando [Wed, 31 Aug 2011 10:52:41 +0000 (11:52 +0100)]
Merge trunk
Now re-submitting admin credentials if token expires

13 years agoMerging Shweta's test cases for mutliport resource
Sumit Naiksatam [Wed, 31 Aug 2011 07:34:44 +0000 (00:34 -0700)]
Merging Shweta's test cases for mutliport resource

13 years agoAdding Multinic tests
Shweta P [Wed, 31 Aug 2011 07:33:54 +0000 (00:33 -0700)]
Adding Multinic tests

13 years agoTypo fix in README
Sumit Naiksatam [Wed, 31 Aug 2011 04:55:45 +0000 (21:55 -0700)]
Typo fix in README