Commit Graph

15 Commits

Author SHA1 Message Date
Sean McGinnis 1af2c91e41
Unblock gate failures
There are a few issues causing all gate runs to fail that are addressed
in this patch.

Update constraints to match global requirements:

There are a few local requirements that conflict with what is now in
upstream global-requirements. This updates sphinx to match the
constrained versions due to incompatibility with py2 and uncaps
jsonschema.

Update handling for falcon 2.0.0 behavior changes:

The 2.0.0 release of falcon changed the default values for two request
query parsing options that would cause failures due to unexpected
results. This sets those options to their previous defaults to maintain
compatibility across 2.0.0 and pre-2.0.0 versions of the package.
Lower constraint version raised to 1.1.0 where the options were
introduced.

There are additional integration test failures with Falcon 2.0.0 that
were due to changes in the subscription URL path.

Closes-bug: #1830903

Requirements and upper constraints not enforced in some tox targets:

The docs and api-ref tox targets were not setting the right dependencies
or the upper constraints to use for pip installs. Also updates the
constraints to the newer preferred static redirect URL maintained by the
release team.

Co-authored-by: wanghao <sxmatch1986@gmail.com>
Change-Id: I19c5363878c629a04e1be902c865ee7cea92dcd9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-05-29 09:31:18 -05:00
Rui Yuan Dou 7681ed7c72 Add .stestr.conf configuration
os-testr has moved over to use stestr instead of testr. While this
is usually compaible with existing settings, there is a warning
that is emitted when .stestr.conf is not present. It is usually
able to fall back to parsing the .testr.conf file, but to be more
correct and to prevent future problems we should update the config.

Change-Id: I95a6d1135fb4861bd3fb2086ae7a63e486130db0
Closes-Bug: #1809062
2018-12-20 11:03:54 +08:00
pawnesh kumar 1f5e4d0c90 Add .idea pattern to .gitignore
The .idea directoy is used by pycharm and should not be included
in the change list. The change extends the .gitignore file to
avoid .idea directory to be shown in the change list

Change-Id: Ibed8540343198c737db22512bc8e98ab2a7942c0
2017-04-10 16:01:48 +05:30
Fei Long Wang ffc6ee9d1a Add reno for release notes management
Change-Id: I7c2e03af9175b7a519b69a635edaabfa249032c1
2015-11-09 11:26:47 -03:00
Jeffrey Zhang 21ff3a92d5 Remove config sample and generate it using code
Closes-Bug: #1348335
Change-Id: I9f9182b41dcfd8736be4c6396a1e76b5d9926e88
2014-11-14 17:43:18 +01:00
root 638b79afab adds docs directory with dev guide
Change-Id: I1f2652cc471f3fa39627a63f09fefdd0b9f5bb6b
2014-03-18 14:48:54 -04:00
kgriffs 11edcd8dfb Ignore *.egg dirs
This patch adds *.egg to .gitignore

Change-Id: Ieb2ff6bc04a101fb700419ccfabbc947725de481
2013-08-14 16:10:08 -05:00
Malini Kamalambal 5477b646cc Add System Tests
This patch adds the System level testing framework &
the initial set of tests for Marconi.This will allow
developers to run the system tests (regression suite for
Marconi system level tests), against local Marconi server.

Refer tests/system/README.rst file for details on
how to add new tests and run the existing tests.

Change-Id: I2f47e03091acc260293b19edad69ff5c83888ec3
Implements: blueprint system-tests
2013-06-03 12:39:22 -04:00
Bryan Davidson 24ab9e0b4c Keystone Authentication
* Inserted Keystone middleware into Paste Deploy pipeline when
  running an HTTP transport instance.

Change-Id: I8d206747878b1013f668f116fdfc1d76204aef1c
2013-03-25 12:36:53 -04:00
kgriffs d7886683d2 refactor: Rename AUTHORS so that it doesn't keep getting overwritten
Change-Id: I070b3158d6a295565a693b58672fed943c301fd2
2013-03-19 16:33:43 -04:00
Bryan Davidson 5db6b97f32 Changed Maintainer from OpenStack LLC to OpenStack Foundation
Change-Id: If028a2af722a146ddd49d169f22b63bd7ec7842e
2013-03-14 09:34:23 -04:00
Zhihao Yuan 3793110f12 Ignore vim backup files.
Change-Id: I639d8238ead3ef45a690317f63a935814d29bbe8
2013-03-05 17:23:49 -05:00
Kurt Griffiths 96baf5cde3 chore: Setup directory structure
Change-Id: Id5f24ac34cd370e2cacfe4f995b2c2e2658453be
2013-02-26 19:40:42 +01:00
Monty Taylor 76d1107f31 Added files to gitignore.
Change-Id: I7cc68e45e826d8c0633d3311f2399ba08fa56156
2012-11-01 12:05:09 +01:00
Monty Taylor e0600c2d02 Initial import.
Change-Id: I00a644dabdd01eb1e09a42a8d326cacdaca76f9f
2012-11-01 09:52:20 +01:00