Comment 3 for bug 1789681

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to stx-upstream (f/centos75)

Reviewed: https://review.openstack.org/599261
Committed: https://git.openstack.org/cgit/openstack/stx-upstream/commit/?id=57ae67d02232e9799f4d398f5019f5b3eb3fd202
Submitter: Zuul
Branch: f/centos75

commit f01fd031361b140da4c641402ce414199e81b41b
Author: Sun Austin <email address hidden>
Date: Tue Aug 28 10:19:38 2018 +0800

    Fix linters error and enable linters zuul gate

    Fix below linters errors and exclude openstack path for linter
    E003 Indent not multiple of 4
    E011 Then keyword is not on same line as if or elif keyword
    E001 Trailing Whitespace

    ignore :
    E006 Line too long

    Story: 2003372
    Task: 24435

    Change-Id: I9221fc4c07633c49d8a7cb9afa0f6a1624304cb9
    Signed-off-by: Sun Austin <email address hidden>

commit 4850ea388a95f520a63267e9673385bfbc33ee9f
Author: Erich Cordoba <email address hidden>
Date: Wed Aug 29 10:41:01 2018 -0500

    Change path to find gnocchi_resouces.yaml file.

    Closes-bug: 1789681

    Change-Id: I2c659c59b3025232114d1465a00b88632eb60073
    Signed-off-by: Erich Cordoba <email address hidden>

commit ccc2cd10ed567757d03e5e07cdfcf9cc50079671
Author: Sun Austin <email address hidden>
Date: Thu Aug 23 13:38:51 2018 +0800

    adding tox-pep8 as zuul gate

    enable test for pep8 code check and enable vote zuul for pep8 code check.
    This will gate code check to make sure code quality.

    in currently codebase
    with change
    https://review.openstack.org/#/c/595484/
    and
    https://review.openstack.org/#/c/595451/
    The pep8 check is clean.

    Change-Id: Iadd3fa8ebcd7da194d4402b6def7ab9d70d86919
    Story: 2003428
    Task: 24815
    Signed-off-by: Sun Austin <email address hidden>

commit bafe59d6c525e3ed07748493f5f83410034e34bb
Author: Sun Austin <email address hidden>
Date: Thu Aug 23 11:48:41 2018 +0800

    Python 3 compatibility: replace execfile to exec(open(f).read(),filepath,'exec')

    Story: 2003428
    Task: 24616

    Change-Id: I884d05da184316d8ef2f4f984efac197295513b0
    Signed-off-by: Sun Austin <email address hidden>

commit 589d4128f2274ffc9c266d322b1757680f6174a0
Author: Andy Ning <email address hidden>
Date: Tue Aug 21 14:13:24 2018 -0400

    Remove embedded keystone policy config change

    Currently keystone policy file (policy.json) is from a custom file
    patched into keystone source tree. This update removed the patched file
    from keystone and instead use a puppet template to generate one at
    system configuration time (puppet manifest apply).

    Story: 2003110
    Task: 23229
    Depends-On: https://review.openstack.org/594523

    Change-Id: I5f6e3f8aaf4a6b40a4f5f230e2d68280324ef10f
    Signed-off-by: Andy Ning <email address hidden>

commit 0de76ec71db38aa5e394a044dc8292dee5f8a708
Author: Sun Austin <email address hidden>
Date: Thu Aug 23 13:30:42 2018 +0800

    flake8 codestyle fixes and tox flake8 setting enable

    Fix major below issues:
    E741 ambiguous variable name 'l'
    ./openstack/python-horizon/centos/files/guni_config.py
    E402 module level import not at top of file
    ./openstack/python-horizon/centos/files/local_settings.py
    E265 block comment should start with '# '
    ./openstack/python-horizon/centos/files/local_settings.py

    Story: 2003428
    Task: 24617

    Change-Id: I9d4d6c33ce032849f09e2ec232c83909fc6690a3
    Signed-off-by: Sun Austin <email address hidden>

commit f9e92ebf2fc0ed3b96af14e7c2186732fa56c877
Author: Jack Ding <email address hidden>
Date: Fri Aug 10 19:32:22 2018 -0400

    Add openstack-swift packages to the build

    Story: 2003518
    Task: 24810
    Depends-On: https://review.openstack.org/595329

    Change-Id: If2273c771ed3b7311c0a3b2ddbe0ef7467b7f741
    Signed-off-by: Jack Ding <email address hidden>

commit 05c160d10f215610c7ebf303f1c7540e203baa98
Author: Dean Troyer <email address hidden>
Date: Fri Aug 17 16:03:06 2018 -0500

    Remove old repo map files

    Change-Id: I6d2deea8f1d5550b36a793be00003a04548788a4
    Signed-off-by: Dean Troyer <email address hidden>

commit a79d3de4b2491edd66efd9af3bd50e7baf0abde9
Author: Eddie Ramirez <email address hidden>
Date: Thu Aug 9 11:44:54 2018 -0700

    Fixes to local_settings.py (Horizon)

    * Replaces the setting SITE_BRANDING with the name of the project.
    * Removed HELP_URL, it was pointing to WRS website

    Change-Id: I3fac377dd16c09d7606490beb45aceddb32473c1
    Story: 2003397

commit 6e97b45752903deab43a768850a6740a5ac3e54e
Author: Scott Little <email address hidden>
Date: Wed Aug 15 14:12:27 2018 -0400

    Split image.inc across git repos

    Currently compiling a new package and adding it
    to the iso still requires a multi-git update because
    image.inc is a single centralized file in the root git.

    It would be better to allow a single git update to add
    a package. Too allow this, image.inc must be split across
    the git repos and the build tools must be changed to
    read/merge those files to arrive at the final package list.

    Current scheme is to name the image.inc files using this
    schema.

    ${distro}_${build_target}_image_${build_type}.inc

    distro = centos, ...
    build_target = iso, guest ...
    build_type = std, rt ...

    Traditionally build_type=std is omitted from config files,
    so we instread use ${distro}_${build_target}_image.inc.

    Change-Id: I5055ef6cf5c86a44e70660d2b3507f6ecf22d793
    Story: 2003447
    Task: 24649
    Depends-On: Ib39b8063e7759842ba15330c68503bfe2dea6e20
    Signed-off-by: Scott Little <email address hidden>

commit 42f35b2ac4b4c2108d5daace7245cc005c6bdf10
Author: Angie Wang <email address hidden>
Date: Wed Aug 15 15:18:51 2018 -0400

    Save gnocchi-api's PID to a PID file

    gnocchi-api is enabled by systemd during initial puppet configuration
    in order to create resource types in gnocchi, its PID should be saved
    in its PID file so sm can restart it properly after the system is up.

    Story: 2002825
    Task: 22871
    Depends-On: https://review.openstack.org/#/c/592097/

    Change-Id: Iada5ae76e7ac33102bbf0f30620871f82cf3f125
    Signed-off-by: Angie Wang <email address hidden>

commit 3a3208465848598d4fe6f961c849a65b888fd6f0
Author: Tyler Smith <email address hidden>
Date: Wed Aug 15 15:52:55 2018 -0400

    Fix for Horizon Distributed Cloud subcloud switching

    -Fixed switching from RegionOne to SystemController
    -Fixed tenant list not being displayed on login

    Change-Id: I5cdd96744898637df393afaf2631ef4fa438e3b7
    Signed-off-by: Tyler Smith <email address hidden>
    Story: 2002984
    Task: 22994

commit 5ee147ba7582de823e02bde7e822081c23dcfe18
Author: Angie Wang <email address hidden>
Date: Wed Aug 15 12:11:54 2018 -0400

    Remove ceilometer controller.yaml from RPM

    Remove custom controller.yaml from ceilometer RPM as it's useless
    and will be removed from stx-ceilometer soon.

    Story: 2003120
    Task: 23239

    Change-Id: I41682dc2633d8bfb4a8adb297b302f1579a7c33d
    Signed-off-by: Angie Wang <email address hidden>

commit 9677c88ef471f2ae52102c5e893400bad42d0132
Author: Scott Little <email address hidden>
Date: Mon Aug 13 11:29:47 2018 -0400

    Relocate ceph-manager to stx-integ/ceph/ceph-manager

    Move content from stx-upstream to stx-integ

    Packages will be relocated to

    stx-integ:
        ceph/
            ceph
            ceph-manager

    Change-Id: I4385d70e3f20a9e1f76d507de2614ea9de8e164d
    Story: 2002801
    Task: 22687
    Signed-off-by: Scott Little <email address hidden>

commit 80179be7ed275d573d4f79b898e603b950fbc199
Author: Scott Little <email address hidden>
Date: Mon Aug 13 11:18:59 2018 -0400

    Relocate ceph to stx-integ/ceph/ceph

    Move content from stx-upstream to stx-integ

    Packages will be relocated to

    stx-integ:
        ceph/
            ceph
            ceph-manager

    Change-Id: I404c155434752bdc1aed797a226599c964a072ae
    Story: 2002801
    Task: 22687
    Signed-off-by: Scott Little <email address hidden>