To avoid undeleted tmp.XXXXXXXXX directories left in /tmp, and output
unified style patch for later apply.
Change-Id: I6069c3cf36e345e5101ae3cf884e647c1d42030e
BSD mktemp requires a template for the file/directory name.
GNU mktemp supports the option, but is not mandatory.
This change passes in the template, so that the check_uptodate.sh is
more compatible across different environments.
Change-Id: Id4abb92054363416272f583600e3d8ff2a9f9d42
Closes-Bug: 1246858
We support (and need) this section, now that oslo config generator
supports external modules lets add the section into the sample.
Change-Id: I3f7f614906204fa2e5a743c62882d2dcf196640a
See I62ce43a330d7ae94eda4c7498782a655e63747fa for the gorey details on
why this exists.
As of this fix:
https://github.com/eventlet/eventlet/pull/34
which was released in eventlet 0.13, we no longer need the patch.
This has now been removed from oslo-incubator, so this is really just
syncing that removal.
Change-Id: I84267f3c6726cb2e750f615e107c48b12c6ed353
Remove the tools/openstack* scripts - they're no longer maintained,
and there are several alternative documented ways to install openstack
with Heat now, so we should direct people to those instead.
Change-Id: I649f384f6acc3d7edab25f104f8e9d7e0050f2c1
Partial-Bug: #1182428
In python 3 print statement is not supported, so we should use
only print() functions.
Fixes bug 1226943
Change-Id: If88d77982ddbd1eb47265f15a27b747cd8011e76
Oslo version 96d1f887dda21b43ba4376187f31953dee6f5273
This commit just injects fresh portion of code from Oslo
into Heat and fixes all the issues with new code
Partially implements blueprint oslo-db-support
Change-Id: I7e98c12ddf6689efc6ea6a4deab0b1c840297730
The new home for these tools is
https://github.com/openstack-dev/heat-cfnclient
These tools are now aimed at heat developers only
and they will not be released or packaged.
Change-Id: I1ea62ef17e81ab53cacb5e4940f0c4e2516ed383
- Add generator.py from Oslo
- Add notifier from Oslo
- Add generator bash script used by other projects to generate configuration
files
- Update openstack-common.conf file
The patch https://review.openstack.org/#/c/36493/ needs
to be merged before this one. I'll rebase this patch and
generate the heat configuration.
Fix bug #1183275
Change-Id: Id7f24874b7e3e07d06dcf14bc381b9d630f67fc8
This patch updated common module from oslo for known issue.
Fixed bug: #1175808
Fixed bug: #1072917
Change-Id: Ic1de6b786a9d67b39d186e31a37049729d367464
From bug report:
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files and tools in the
general world are growing intelligence about them.
Change-Id: Ie0bdb4908f45e47db43e84cd0c5fdc5263c035f4
Fixes: Bug #1179008
Tests in oslo-incubator now need the horrendous hack to workaround an
issue with eventlet on RHEL6. We've moved the patch_tox_venv tool
and redhat-eventlet.patch into oslo-incubator, so add them to
openstack-common.conf.
Change-Id: I1acfec282b64d7582144b155119bedb1741db2f7
Now that testtools and testr have replaced nose, trims all references
and removes nose from test-requires.
Change-Id: I0aae8fe2c09c5b25741226555838dc330d5c4d91
It does not seem to actually be required and causes the script to fail
when not running inside tox.
Change-Id: Ib5be301054b08623ea31a97c1b2d6c341e7fdd3e
There are valid pythonic ways to address all of the complaints that
pyflakes made in the past.
Fixes bug #1171420
Change-Id: Idf145185ebb4df237fff887365fa0c48d3603025
Mechanical translation of the deprecated except x,y:
construct. the except x as y: construct works with
all python 2.6+ versions
Change-Id: Iad349b8079a01bbd66a22800ae2fcdfcde03b377
Don't make assumptions about argument types, get the line number from the
message object.
Fixes bug #1171420
Change-Id: Id0b1b254a1561941dea8ab5bb23aea1f936e7f0b
Update tools/openstack so it works with the grizzly preview repo
(tested on F18 with both grizzly repo and folsom distro packages)
fixes bug #1164605
Change-Id: I347a53c9be677131dad37f9fbeb1ed5eb9cb810b
The default is now os_cache=False, so default behaviour will not
use a keyring that prompts for a password.
This was committed on 2012-12-12 and released in
python-novaclient 2.11.0 on 2013-02-11
Part of blueprint auth-token-only
Change-Id: Id2846b2e344f8e3321240795aebf9a59ddad711a
Now keystoneclient 0.2.3 has been released, we can remove the
temporary internal ec2signer implementation
Change-Id: I9f050b8771400384615f1ae7f3da76da501e5197
References to Nova in the docstrings(!) of the hacking.py tests caused the
run_pep8.sh script to fail if the Grizzly development version of Nova was
not installed. Update all the references to use Heat packages instead.
Change-Id: I2e84e9a231451705d61fa9acddc65ee95a98e294
Fixes bug #1128256
oslo.config has now been released to PyPI in time for Grizzly RC1 so
we can switch to using it directly.
Change-Id: I655f831718ae5f4e25e941ee206fe195214a9a91
0.7.10 has been released and is compatible with 0.7.x. Instead
of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8
Fixes: Bug #1153983
Change-Id: I1a2ea0c36161df15fd55e95a6679628d14858944