Commit Graph

16679 Commits

Author SHA1 Message Date
OpenDev Sysadmins 5ed3a43dd3 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:14 +00:00
Stephen Finucane 450bacb04a Retire gantt
Change-Id: I8b84f777bf977d2a3dbba4b2ef61c9380205a049
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-01-11 10:44:08 +00:00
Jenkins 5231cea3d7 Merge "Deprecated tox -downloadcache option removed" 2016-02-11 22:05:53 +00:00
Doug Hellmann bbd0fea600 remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: Ic4b90b965bda8e84f5dcaa90446282bb24a1cce1
2015-12-23 01:31:09 +00:00
Ondřej Nový 172af7533c Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Icd9decce432257947586d1355102f8c53a36e12b
2015-12-11 21:16:33 +01:00
Monty Taylor 19a539910f Make it abundantly clear that Gantt is dead
There is still confusion. Delete the files.

Change-Id: I00e4d9a644743afe5e8567c7dc2b20feef5c97bb
2015-03-31 15:32:27 -04:00
Jenkins 1c94305dd3 Merge "Claim Gantt repo as currently for testing purposes" 2014-03-27 16:33:26 +00:00
Sylvain Bauza 48faa7b39c Claim Gantt repo as currently for testing purposes
There is currently a bit of confusion around Gantt Git repository
where people think that Gantt is currently in use. We need to
explicity state that Gantt is solely for testing purpose and not
an active project.

Change-Id: Id50717c66ef65e69ae5ac8c134ee57e5e424d1e8
2014-03-27 09:33:45 +01:00
Sergey Lukjanov fa3cbf93da Switch to oslosphinx
It was renamed.

Change-Id: Ibfbcda80235998c1a0f8516483ddaff342f72450
Closes-Bug: #1277168
2014-03-26 15:29:03 +04:00
Jeremy Stanley 0f6aa7e63e Remove tox locale overrides
* tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were
introduced originally during the testr migration in an attempt to be
conservative about the possibility that locale settings in the
calling environment could cause consistency problems for test runs.
In actuality, this should be unnecessary and any place where it does
cause issues ought to be considered an actual bug. Also, having
these in the configuration actively causes older pip to have
problems with non-ASCII content in some package metadata files under
Python 3, so drop it now.

Change-Id: I4c13666af09758e5dcff026c555220f9069d84de
Closes-Bug: #1277495
2014-02-10 02:59:40 +00:00
Don Dugger 989a2d04bb Get gantt to pass unit tests
Mostly a matter of having the appropriate modules imported from
the gantt tree rather than the nova tree.

Note that code can still import from the nova tree but this is only
for non-scheduler related files.  Ultimately we will remove all
nova references from the gantt code but that is a future project.

With these changes we can now have Jenkins gate on the unit tests.

Change-Id: I3bcc9742cc9ab4188f67c2aa66ad97eca2bc08bb
2014-02-06 09:07:42 -07:00
Don Dugger e62cc17eb7 Add/remove nova files
Delete files that are not needed.

Add back in some nova files that are needed.

Also, resync the gantt/version.py from the nova tree, we
need the new version of this file.

Change-Id: I48ab670502417d588eb8ffd6044667ed5a9e1560
2014-02-06 09:05:43 -07:00
Don Dugger b973ae3952 Update readme file
Since the readme file started from the Nova tree update all references
to refer to gantt and strip out some unnecessary paragraphs.

Change-Id: Id51c3ea5bf60d655ad95ecd9d7d26a1f4b75e149
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2014-01-06 14:14:36 -07:00
Don Dugger 71411726d6 Change various nova references to gantt in config files
This file was copied from the nova tree, remove some nova specific info.

Need to keep the gettextutils reference.

Update the setup.cfg file also.

Change-Id: I0cb66e6620900fd318f45d758a94f95b144e006a
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2014-01-05 14:46:46 -07:00
Vishvananda Ishaya 27f875c0c2 Move files from nova tree
Move the tools directory over from the nova tree, this sub-directory
was omitted in the initial setup of the gantt tree.  Refer to the
nova tree for correct history details of these files if needed.

Change-Id: I32172555bcc3c8c6e625e204acc8c1a27ba6492d
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2014-01-02 14:31:45 -07:00
Joe Gordon a4883260df Minimal changes to get gantt passing the gate
This is the smallest set of changes needed to unwedge the gate. Because
the gate is wedged all these changes need to be in a single patch in
order to fix it.

* point .gitreview at correct repo

pep8
* Don't run tools/config/check_uptodate.sh, we don't even have a config
  file to check yet.
* gantt, doesn't have any local hacking checks yet so remove that
  section from tox.ini
* Update import_exceptions in tox.ini

pylint
* copy lintstack code in from nova.

docs
* add gantt version code, copied in from nova

Change-Id: I1d7adb5bf1bf383a2f8543dda6eb4cdeb26f3b9a
2013-12-26 22:36:27 -08:00
Don Dugger 9c33a51050 Remove 2 client files
These 2 files belong in the client tree.
2013-12-12 15:36:47 -07:00
Don Dugger 459faeb361 Rename nova subdirectory to gantt
This is the new repo for the scheduler service, based upon the original nova
scheduler but pared down to only include the scheduler code.  As such, rename
the nova sub-tree to the more appropriatly named gantt.

Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
2013-12-11 14:10:58 -07:00
Jenkins 2e19d0261d Merge "Hide injected_file related quotas for V3 API" 2013-12-11 18:42:00 +00:00
OpenStack Jenkins 7f57222c71 Merge "Updated from global requirements" 2013-12-11 09:10:32 +00:00
OpenStack Jenkins 2fc3135167 Updated from global requirements
(Also add the sphinx issue which wasn't in the automatic job and
blocked this from landing.)

Change-Id: I94bc14b0ce448ea7a103a6faab73c29b38fbdf3d
2013-12-10 18:02:18 -05:00
Jenkins 36c3cd9af3 Merge "Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe"" 2013-12-10 19:25:07 +00:00
Jenkins 1ab3159c69 Merge "Quota violations should not cause a stacktrace in the logs" 2013-12-10 18:54:38 +00:00
Matt Riedemann 12effeeb75 Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe"
Pull in oslo-incubator change Ia18e6e9f "fix lockutils.lock() to make it
thread-safe" along with dependencies.

Note: I've intentionally excluded log.py from the sync since it pulls in
Change Ic2cf3e52: Adding domain to context and log which is (1) unrelated
to the lockutils change and (2) also changes context.py, which lockutils
does not depend on.

Changes by module (from oldest to newest)
=========================================

excutils:

Change Ic36fa050: Enable H302 hacking check
Change Ibf3c56e4: BaseException.message is deprecated since Python 2.6
Change I87fd89ff: excutils: use six.reraise to re-raise
Change If640e551: excutils: replace unicode by six.u
Change Ic6f0c0ef: Remove vim header

fileutils:

Change Ia51d416b: Add utils for creating tempfile
Change Ic6f0c0ef: Remove vim header

gettextutils:

Change Ic6f0c0ef: Remove vim header

importutils:

Change Ic6f0c0ef: Remove vim header

jsonutils:

Change Ic6f0c0ef: Remove vim header
Change I90be8797: Use six.iteritems to make dict work on Python2/3

local:

Change Ic6f0c0ef: Remove vim header

lockutils:

Change I64fccddc: Allow lockutils to get lock_path conf from envvar
Change I9e1260e2: Add main() to lockutils that creates temp dir
Change Ia18e6e9f: fix lockutils.lock() to make it thread-safe
Change Ic6f0c0ef: Remove vim header

timeutils:

Change I397bae40: Add helper method total_seconds in timeutils.py
Change Ic6f0c0ef: Remove vim header

Related-Bug: #1065529

Change-Id: Ia3530c0d3e78d90fd6de8ac186b252e0fbbba85e
2013-12-10 13:22:03 -03:00
Jenkins 30a737ca72 Merge "baremetal: volume driver refactoring and tests" 2013-12-10 15:35:19 +00:00
Jenkins 87c1f43cde Merge "Sync middleware audit, base, and notifier from oslo" 2013-12-10 15:34:28 +00:00
Jenkins e9bc40e805 Merge "Libvirt:Instance resize confirm issue against NFS" 2013-12-10 14:35:11 +00:00
Jenkins b83198b0ba Merge "Raise better exception if duplicate security groups" 2013-12-10 14:34:36 +00:00
Jenkins 1ae71c2197 Merge "Remove the largely obsolete basepath helper" 2013-12-09 22:03:24 +00:00
Jenkins 383ac90153 Merge "Clean up unused variables" 2013-12-09 20:26:18 +00:00
Jenkins ae64e24351 Merge "Fix UnboundLocalError in libvirt.driver._close_callback" 2013-12-09 19:41:42 +00:00
Jenkins e179a175f1 Merge "xenapi: stop hang during glance download" 2013-12-09 18:12:17 +00:00
Jenkins 5a2ebe7150 Merge "Use 201 instead of 200 for action create of flavor-manage v3" 2013-12-09 11:47:24 +00:00
Jenkins dce8264a89 Merge "Remove duplicate setting of os_type in libvirt config builder" 2013-12-09 11:00:52 +00:00
Jenkins 388914cc6c Merge "Fix logic in LibvirtConnTestCase._check_xml_and_uri" 2013-12-09 11:00:18 +00:00
Jenkins 1e7aa5904f Merge "Check if reboot request type is None" 2013-12-08 23:48:00 +00:00
Brad Pokorny ecdbcfb40f Sync middleware audit, base, and notifier from oslo
Pull in middleware modules required to support CADF auditing
reports from Nova.  audit.py requires notify.py, and
notify.py requires base.py.  This is why those 3 files are
being synced, and not others in the
openstack/common/middleware directory from oslo.

The following 3 change IDs included in this sync provide
the main parts of the CADF functions being synced:

Ie67cf4a7 Add audit middleware
Iead2431a Middleware: add notifier
I05ff58   Move wsgi module to deprecated package

The following change IDs additionally included in this sync
provide minor updates to the files that were made after the
main parts of the CADF functions were merged in oslo:

I032616   Changed header from LLC to Foundation based on
          trademark policies
I840c43bf add support to ignore certain request
I2099e1ee Enable hacking H404 test
I04b0cf   middleware: code cleanup

blueprint support-standard-audit-formats

Change-Id: Id15f95a0c354270ba2d5aecb12c4f910905e8c20
2013-12-08 18:45:11 +00:00
Jenkins c99ac7a7fe Merge "Sync rpc fix from oslo-incubator" 2013-12-08 14:29:41 +00:00
Jenkins 8aacb75220 Merge "fakevirt: return hypervisor_version as an int instead of a string" 2013-12-08 14:16:35 +00:00
Chris Yeoh 45433ab86c Hide injected_file related quotas for V3 API
The injected_files, injected_file_content_bytes and
injected_file_path_bytes are all related to the
os-personalities extension which has been removed. They
can't be removed from the core quotas code as that has
to still support the V2 API. So for the V3 API we just
hide them.

DocImpact

Partially implements blueprint v3-api-remove-extensions

Change-Id: Iedb6e1427ac22f1926e929f3391e56403c37d088
2013-12-08 23:17:28 +10:30
Jenkins f3e4d06a71 Merge "Fix HTTP response code for network APIs and improve error message" 2013-12-08 02:39:02 +00:00
Jenkins 222f676ac0 Merge "Added a new scheduler metrics weight plugin" 2013-12-07 20:05:10 +00:00
Jenkins b4346a435b Merge "Fix changes-since filter for list-servers API" 2013-12-07 07:40:22 +00:00
Jenkins d730bcf68c Merge "Document when config options were deprecated" 2013-12-07 04:25:09 +00:00
Jenkins 808797135f Merge "Libvirt: Adding video device to instances" 2013-12-07 04:24:14 +00:00
Jenkins d0fb8f5b8c Merge "Configuration element for describing video drivers." 2013-12-07 04:23:30 +00:00
Jenkins 0c3af6cd3c Merge "Remove traces of V3 personality extension from api samples" 2013-12-07 04:22:43 +00:00
Jenkins 9fdda8e1b6 Merge "Removes os-personalities extension from the V3 API" 2013-12-07 04:21:58 +00:00
Jenkins b13d5294df Merge "Compact pre-Icehouse database migrations <= 160." 2013-12-07 04:21:12 +00:00
Jenkins 61e10b235e Merge "Compact pre-Icehouse database migrations <= 150." 2013-12-07 04:17:51 +00:00