The swift code base now allows for running all of the functional tests
against a set of in-process servers. The functional tests, which are
nose based, run entirely with-in the process from which nose is invoked,
allowing for coverage collection and / or easier test development.
These tests had been added using the gate-{name}-unittest-{env} template
which assumes that the env name will be prefixed with 'py' before
passing it to tox. 'pyfunc' doesn't exist as the target so switch to
using the gate-{name}-tox-{envlist} template which does not assume
anything about the tox target.
The ability to run these "in-process" functional tests is only available
post-Icehouse.
Change-Id: I77d47dffa429ffc90ab732c518dc14cbf22f7017
For coordination of editorial team of OpenStack Superuser magazine,
also remove old unused openstack-superuser list.
Change-Id: I2b4df4d6667dce522795c302185cf6b16e8d4cfd
The usual entry points pep8, py26 and py27 are provided by If58730d84.
Expand the python-jobs template with some tweaks:
- 'coverage' added to 'check' pipeline and made non voting
- 'docs' is commented out because setup.py does not have a build_sphinx
entry point yet.
- adds python33 as a non voter since we want to eventually support 3.3.
James confirmed that openstackci got added to the pypi project. Added
release related triggers as well. The postmirror jobs are not needed.
Change-Id: If58730d84315c0ea018a3757624d98bf2e1aeb3f
Create a new git repository for use by the Tripleo project to do design
reviews as a supplement to launchpad blueprints.
Change-Id: Ie5a5a4b68c41d88fdc9675b4ce72d3e8d959399a
Firefox 29 apparently doesn't render overflow-x correctly. However
overflow works fine, and works fine on webkit based browsers as well.
Move from overflow-x => overflow for maximum compatibility.
Change-Id: Iba7463479060dfc2b692a260322d0726fa22fd11
The swift code base now allows for the running all of the functional
tests against a set of in-process servers. The functional tests, which
are nose based, run entirely with-in the process from which nose is
invoked, allowing for coverage collection and / or test development.
Change-Id: I2d98ff7c5f0fc3401cf154c59b71116bcc538eae
* modules/user/manifests/virtual/localuser.pp: This reverts part of
0d82c62 which was providing a temporary transition correcting
permissions and ownership as well as removing the results of a
previous failed implementation of keyfile management. Unfortunately
that also caused nodepool images to no longer set up accounts
correctly, but reverting the transitional bits fixes that issue.
Change-Id: Ic3e7f0a3b82bbc8a23707b88f9fe381e9d70e356
Added the abillity to use launch_node.py to connect to and create
infrastructure instances in openstack setups that are not setup to use
the ssl secured clients.
This matches the functionality of the nova cli to accept NOVACLIENT_INSECURE.
Change-Id: Ibfb5bb4665f36a155ec488c475e03f9cd901e9d6
Signed-off-by: Philip Schwartz <philip.schwartz@rackspace.com>
oslo.db library is graduating from the oslo-incubator
so it should be imported as a stand-alone project.
Change-Id: I8ce4d0936d0ac036a031c8e30506ef4ef27c79f9
blueprint: oslo-db-lib