Remove .tx file at the end to have a clean repository.
Run setup.py with parameter --quiet, the long list of "extracting
messages from file XXX" are not needed.
Change-Id: I735f02a968aed8b362803781498ccc8085fa0e03
In the DevStack caching script/element for Nodepool images, use
run_local instead of subprocess.check_output in the _find_images
function. The latter wasn't introduced until Python 2.7 and so won't
work on CentOS 6. The script called from this function returns
quickly and doesn't benefit from non-blocking I/O anyway.
Change-Id: I3129f1f5b3fece321ae132ea1a52b0e156e58365
We have some strange files in the tree that contain no or little
translation after merging - and these are downloaded from transifex.
So, these files are not known to git and git rm fails.
To not special case every git rm and git reset for both old and new
files, re-add a "git add" at the beginning so that we can operate on
files known to git.
Note: This happens when we have a file like glance-log-critical.po that has no
strings - but we had to create it with initial content in transifex,
since empty files are not allowed there.
Change-Id: Ie9bb3e59560d50829e56928b2ed79e3999dd39cb
Because sahara builds on the compute base layer, it does not need to be
tested in all devstack-gate jobs. Instead create a new job that tests
sahara in a devstack environment as a first step in removing it from the
standard configuration.
Specify that SAHARA should be enabled in the devstack updown job
so that the parts that enable sahara are exercised in devstack.
This is already currently the case, but this updates the job config
so that it will continue to do so later when we remove sahara from
the default config.
Change-Id: Iae4e2439bfdfe7f3fc5f0b75b38583a70d7d78f4
Co-Authored-By: James E. Blair <jeblair@hp.com>
The centos element (which is CentOS 6.x specific) doesn't provide
DIB_RELEASE so we have to identify it another way.
Change-Id: Ibf3b25b99f03c6077538dec6c3770dc0f690e3f5
The hacking project is managed by the QA team, so changes don't need to
be posted to the Oslo channel any more.
Change-Id: If664ff73958da27aa7408eab31b9a164c03eb799
Some CentOS 6 images do not come with redhat-lsb-core preinstalled,
so the lsb_release command is not available when prepare_node.sh
wants it. Make sure we install it first if it's not already there.
Change-Id: Ieeae21538c237e069acbc4df051474071b81ba4a
The previous iteration did not take into account that the most
recent tag on master is likely to have been a release candidate, and
therefore have the same major+minor value as the incoming release.
Also tags pushed to non-stable branches should be skipped.
Change-Id: I339df1d88ddaedb193b1b246a2c21a433c11495c
We no longer use proposed branches, so should merge tags from stable
branches to master but only when appropriate.
Change-Id: I6e440586d6bdf0e4f7f1fa62f25c4a77414950c7
It looks like manila-release was left off the acl when this
file was added, and I believe this was an accident.
Change-Id: I653e83dc83012b2d58461292ee83a2add076aad7
Unfortunately yum is case-sensitive, so to avoid implementing
additional search-and-match logic in bindep we should just respect
this platform quirk.
Change-Id: I5d2e95ad908a493966fb4edfe1fd5c5653ac08a7
Project Manila has its IRC channel called "openstack-manila" where announced
all changed for related projects. But manila-ui is absent. So, add it.
Change-Id: I5ab29333dc1d77e3cbcb0a9e0582d1be39c54090
Remove the stable/kilo temporarily release management ACL sections
but don't restore the old proposed/* sections since they're no
longer needed either. At least in spirit....
This reverts commit 639ec1d17e77be63204ddce1851d179de27cd424.
This reverts commit fb04574fc07c13f933aba9e9addc731ec9d6bb2a.
This reverts commit 774f236cf4386435e90f02fb28669c37ed97c2bf.
Change-Id: Ifb5e8ec6175ad0623db9e3c02883255c98149dab
This adds a non-voting functional test job for python-glanceclient. Once
the tests pass reliably it will be set to voting.
Change-Id: Iae7a72f62357de42a9f25b9062806c16f874b150
This patch adds the new manila-ui lib project to OpenStack.
Depends-On: Ia9b2ab5b019eb60eaa4b26499b68d6fc7fcfe55c
Change-Id: Ib30c471d4cf6f17ec560266d3ab06427a9eb46be
To comply with the new governance for libraries yaql has to define
stable branches.
This patch allows yaql-release team to create new stable branches and
yaql-milestone team to maintain them.
Change-Id: If15ab12ffabe035b676fb46dabe46531689244ab
Adds tripleo-core group to have rights on puppet-tripleo project. The
rights of puppet-manager-core group are kept. This project contains
Puppet code, but is solely used from the TripleO installer, so sometimes
it's not easy to find puppet-manager-core folks to do reviews for this
project to allow dependent changes in TripleO to land. We'd like to
share the permissions on this repository between the two core groups to
expand the number of interested core reviewers and allow an easier
progress on the TripleO Puppet work. The gerritbot is already set up to
notify both IRC channels.
Change-Id: I1f91f851b5800fdf69697fdd88fbd9e41349f6d1
Remove untranslated strings and location information from PO files. The
location information is still in the POT files as reference for easy
regeneration using "msgmerge POTFILE POFILE -o COMPLETEPOFILE".
This moves the git add command to the end since compress_po_files
changes the files.
Change-Id: I8d9f80276085ffe4dd614960457637330ca28370