Repository tracking all OpenStack repositories as submodules
Go to file
Clint Byrum 90d8a3a812 Update git submodules
* Update shade from branch 'master'
  - Split parser creation and parser for inventory
    
    Access to the object separate from parsing allows us to use
    argparse-manpage to generate a man page in the Debian package
    automatically. We also need to set 'prog' explicitly rather
    than let it be picked up via argv[0] so that when we load
    the parser via argparse-manpage it produces the right value.
    
    Change-Id: I654b4408444f804f900951333a6ebc3372d5037e
    
  - Fix ansible stable pin in tox test
    
    We want to use the latest version from the stable-2.5 branch, not pin to
    2.5.0 which has some issues that break our tests.
    
    Change-Id: If7bab97191c5a29bac79e3f3ecaf10bfe0eac6b5
    
  - Merge "change default python 3 env in tox to 3.5"
  - Use openSUSE 15.0 for testing
    
    Change from openSUSE 42.3 to 15.0 for testing
    (Yes, 15.0 is current version and 42.3 is older).
    
    Needed-By: https://review.openstack.org/617277
    Depends-On: https://review.openstack.org/599521
    Change-Id: I8bdddb6393f880e2779dc456c492542636b8bf59
    
  - change default python 3 env in tox to 3.5
    
    Change-Id: Iccb776f10da5f4aa4d5361f8f5976f68680a27d2
    
  - Add python 3.6 unit test job
    
    This is a mechanically generated patch to add a unit test job running
    under Python 3.6 as part of the python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I2060b317077a321fce27b6e92112233346e21687
    
  - Update the min version of tox to 2.0
    
    The verification comands used by tox need at least 2.0 version. This
    patch aims to update tox version from 1.6 to 2.0 which should help with
    local running of constraints targets.
    
    Change-Id: I97ec363926b6e6af26ffb650ced568c7df1f9897
    
  - Support v4-fixed-ip and v6-fixed-ip in create_server
    
    novaclient supports v4-fixed-ip and v6-fixed-ip as aliases for fixed_ip.
    As shade used to use novaclient and passed this content through the
    switch to REST resulted in a behavior regression for shade users. That's
    bad, mmkay?
    
    Add in support for the same aliases to create_server, so that users
    upgrading to newer shade are hosed.
    
    Closes-Bug: #1798489
    Change-Id: I55bc88e9b2cfa5ad1b6a27640db11bc848584c21
    
  - Add release note about decoupling
    
    Change-Id: I87bd8c9c1519f9500097c8d3ebc9626cb3f08467
    
  - Decouple OpenStackCloud from Connection
    
    Revert the openstacksdk subclassing from shade. The idea was to
    reduce the workload, but trying to make sure that the Cloud abstraction
    in openstacksdk doesn't break shade's contract while we update things is
    a ton of work to meet the contract that's not really valuable to people.
    
    Instead, we'll put shade on lifesupport and only accept bugfix patches.
    
    Revert "Make OpenStackCloud a subclass of Connection"
    
    This reverts commit ab3f400064f93391bfe444fe64f184be06c7dbe6.
    
    Revert "Use openstack.config directly for config"
    
    This reverts commit 2b48637b6790139c363f0c62977bfa585a2bc1d9.
    
    Revert "Remove the task manager"
    
    This reverts commit 28e95889a0fd8105d12c20575fa66637564a6f89.
    
    Change-Id: I3f5b5fb26af2f6c0bbaade24a04c3d1f274c8cce
    
  - Merge "Remove the task manager"
  - Trim away the cover and py35 jobs
    
    We're doing py36, so skip py35, it's just duplicative.
    
    Also, we don't really care about the cover jobs.
    
    Change-Id: Ia99ea6f5937140d7ce0a9a637a21fc3ebad46dc6
    
  - Remove the task manager
    
    The underlying openstacksdk library is shifting how task manager works,
    so stop trying to send it a task manager. This is a feature basically in
    place just for nodepool which is being expanded to be more usable by
    everyone. The likelihood that anyone other than nodepool is using it is
    ... very low.
    
    Change-Id: I04be3937589a805a5f9686c91a78933eebcfa022
    
  - Update the url in doc
    
    Change-Id: Ifb2183870cff73c03c668926bad47bc131979918
    
  - Merge "Cleanup .zuul.yaml"
  - Merge "add python 3.6 unit test job"
  - Merge "switch documentation job to new PTI"
  - Merge "import zuul job settings from project-config"
  - Cleanup .zuul.yaml
    
    Some cleanups:
    * Use tox-lower-constraints template instead of individual jobs.
    * Use cover template to run cover job only in check as voting.
    * Sort list of templates alphabetically.
    * Remove publish-to-pypi, it should stay in project-config (and
      the project-config change keeps it there).
    
    Change-Id: I228b74e264db7a0f604b6d8b72b60d2c4ee854c5
    
  - Replace assertRaisesRegexp with assertRaisesRegex
    
    This replaces the deprecated (in python 3.2) unittest.TestCase method
    assertRaisesRegexp() with assertRaisesRegex().
    
    Change-Id: I1f20db33e3acfc87c0e7a5c8cf45dc1b3121619e
    Signed-off-by: Chuck Short <chucks@redhat.com>
    
  - add python 3.6 unit test job
    
    This is a mechanically generated patch to add a unit test job running
    under Python 3.6 as part of the python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I8a268b59600f572b4c3e6f5e39d45842b9a43aed
    Story: #2002586
    Task: #24321
    
  - switch documentation job to new PTI
    
    This is a mechanically generated patch to switch the documentation
    jobs to use the new PTI versions of the jobs as part of the
    python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: Iee24afd0da25751b7b2f8ec073066bcc7ebd5f5c
    Story: #2002586
    Task: #24321
    
  - import zuul job settings from project-config
    
    This is a mechanically generated patch to complete step 1 of moving
    the zuul job settings out of project-config and into each project
    repository.
    
    Because there will be a separate patch on each branch, the branch
    specifiers for branch-specific jobs have been removed.
    
    Because this patch is generated by a script, there may be some
    cosmetic changes to the layout of the YAML file(s) as the contents are
    normalized.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I63f7f96d411b97d29859c33b8a61628130d5a15d
    Story: #2002586
    Task: #24321
    
  - Fix format in release notes
    
    Indentation was wrongly interpreted as quotation.
    
    Change-Id: I6ab20cbaa72254779acb8710275b2638d3ba6b30
    
  - Merge "python-shade expose MTU setting."
  - Merge "Add support for static routes"
  - Update reno for stable/rocky
    
    Change-Id: I8e3c448f8daddc30130a1813275e3d363ddc1eb9
    
  - Add support for static routes
    
    The networking API v2 specification, which is implemented by OpenStack
    Neutron, features an optional routes parameter - when updating a router
    PUT requests). Static routes are crucial for routers to handle traffic
    from subnets not directly connected to a router.  This patch adds the
    routes parameter to the OpenStackCloud.update_router method as a list of
    dictionaries with destination and nexthop parameters.
    
    Example:
    [
       {
          "destination": "179.24.1.0/24",
          "nexthop": "172.24.3.99"
        }
    ]
    
    Change-Id: I14205b6bb071d0b46967f29b6287f74d8796add8
    
  - python-shade expose MTU setting.
    
    The networking API v2 specification, which is implemented by
    openstack neutron, features an optional MTU parameter - when
    creating a network, this allows operators to specify the value
    for the maximum transmission unit value.
    
    Change-Id: I288f02551555fff3e8b350fc6d7c6ae8f60c405c
    
  - Remove redundant target in README
    
    An 'example' anchor was being explicitly added that was
    redundant with the 'Example' title it preceeded. This
    causes failures with `python setup.py check -s -r` which
    was added to release validation to prevent pypi package
    upload failures.
    
    Since the README is imported into the built docs, and the
    docs link to the examples using this hidden anchor, this
    renames it to avoid a conflict.
    
    Change-Id: I6947e0ae420402cc9866e3c374626392b1d5194c
    
  - Use valid filters to list floating IPs in neutron
    
    Shade used 'attached' as a filter for listing floating IPs,
    but this is not a supported parameter in neutron. In before, the test
    passed because neutron server ignored this parameter and returned
    all the floating IPs. However, neutron is planing to employ a strict
    validation on the list endpoint [1]. As a result, neutron will reject
    the request with 400 response if the request contains unknown filter.
    
    This patch fixes the usage of neutron API. It passes filters to neutron
    API only if they are known supported filters. The list of supported
    filters for listing floating IPs can be found in the neutron API
    reference [2].
    
    [1] https://review.openstack.org/#/c/574907/
    [2] https://developer.openstack.org/api-ref/network/v2/#id130
    
    Change-Id: I124adfc5e9cdd5bc20aacf23f9dcc10c55b0870b
    
  - Fix doc mistake
    
    The wait arg in create_stack have
    a mistake in doc description
    
    Change-Id: I402a4586e5edee50fb3bfbc9b14429d9c1fd14bc
    Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
    
  - Merge "Make OpenStackCloud a subclass of Connection"
  - Merge "Improve Magnum cluster templates functions"
  - Make OpenStackCloud a subclass of Connection
    
    The shade code lives in openstacksdk now and is a part of Connection.
    Start making shade a subclass of that for backwards compat.
    
    Mostly only deal with the constructor for now, but go ahead and do
    list_flavors and get_flavor_by_id while we're looking at the extra
    config override. Also remove list_projects because of its use of the
    _normalize module.
    
    keystoneauth lower-constraint needs to be bumped because of
    status_code_retries.
    
    Change-Id: Ibbe6e167d6285b30a9adbd0c5a89bc679c5645f3
    
  - Merge "Remove shade-ansible-devel job"
  - Fix for passing dict for get_* methods
    
    We are not accepting dicts for the name_or_id parameter, only objects.
    
    Change-Id: I31f0f127f71f10a2f11f89e10ac8911816786963
    
  - Merge "Finish migrating image tests to requests-mock"
  - Merge "Convert image_client mocks in test_shade_operator"
  - Merge "Convert test_caching to requests-mock"
  - Merge "Convert domain params tests to requests_mock"
  - Merge "Use RequestsMockTestCase everywhere"
  - Switch bifrost jobs to nonvoting
    
    bifrost doesn't have a symmetrical gate with ironic, which means
    sometimes it can get broken by ironic changes. It's important that we
    don't break bifrost, but sometimes it can break us, so let's change it
    to non-voting and pay attention to it.
    
    Change-Id: I69a6c4b05cfeebb31721c9787241161a080da045
    
  - Finish migrating image tests to requests-mock
    
    We let some of these slip through originally. Fix them so we can do
    other things.
    
    Guess what? There were bugs in the v1 codepath.
    
    Change-Id: Ia51598548cde0ddb4f9e96b166274e9a104cf649
    
  - Convert image_client mocks in test_shade_operator
    
    These two methods were mocking the image client.
    
    Change-Id: I2a5c249f55662caaf3a669283721f283f6b1b565
    
  - Convert test_caching to requests-mock
    
    Remove the last bits in test_caching that were mocking clients directly.
    
    Change-Id: I4477993ca2d87bd9bfa4542f7884e41182ee2040
    
  - Convert domain params tests to requests_mock
    
    We still have places using client method mocking. Remove them.
    
    Change-Id: I34fbc19aca4b6514215ed497117c635fa810473d
    
  - Use RequestsMockTestCase everywhere
    
    We still have classes using the old base class. Fix them.
    
    Change-Id: I8aa24d3dc641225f1e24e473d4a5966f11cc8c00
    
  - Improve Magnum cluster templates functions
    
    There are two improvements in this patch:
    
    1. Add alias to rename xxx_cluster_template to xxx_coe_cluster_template.
    This a pre clean so that we can support xxx_coe_cluster to avoid conflits
    with Senlin's functions.
    
    2. Support new Magnum API endpoints, /clustertemplates and /clusters.
    Those two endpoints added in Newton.
    
    Change-Id: I78c37f0df8f63a13c534f3dcaca2e27073f0d730
    
  - add release notes to README.rst
    
    add release notes to README.rst
    
    Change-Id: If7e931912dc66bce7e1221d564801a642be3d5c7
    
  - Change 'Member' role reference to 'member'
    
    Keystone has changed the default role during bootstrap from 'Member'
    to 'member' therefore the tests which operated under the assumption
    of having the 'Member' role assigned are no longer passing.
    
    This patch addresses this issue, however, long term, it's probably
    better to create a role and assign it during the test rather than
    assuming one already exists, but that's probably for another patch.
    
    Change-Id: I6e4b7665ab046661dd763a1ff8c8e54e6db2dc18
    
  - fix tox python3 overrides
    
    We want to default to running all tox environments under python 3, so
    set the basepython value in each environment.
    
    We do not want to specify a minor version number, because we do not
    want to have to update the file every time we upgrade python.
    
    We do not want to set the override once in testenv, because that
    breaks the more specific versions used in default environments like
    py35 and py36.
    
    Change-Id: I972721cf714d811a427ee6a860b0c18c9920c8bc
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Merge "Update ansible test job to run against stable-2.5"
  - Merge "Switch to iterable version of server listing (and expose iterable method)"
  - Remove shade-ansible-devel job
    
    shade-ansible-stable-2.5 is the one in use now, remove the old one.
    
    Change-Id: I1b59d2d4b61fac4f19d62736db5edc7753d86b92
    Depends-On: https://review.openstack.org/570681
    
  - Update ansible test job to run against stable-2.5
    
    ansible now depends on openstacksdk and not shade. Update the shade
    tests to test against stable-2.5 branch so that we can make sure shade
    patches don't break people using older ansible.
    
    Change-Id: Id7af93cbc73b208d7a973ca5101b8977a0ace689
    
  - Allow explicitly setting enable_snat to either value
    
    The original code did not allow someone to set enable_snat to True.
    Turns out on some clouds the default is the opposite.
    
    Change-Id: Ic3bbfa35f7c6184faa60922b4dd796708de57136
    
  - Switch to iterable version of server listing (and expose iterable method)
    
    This adds a new server listing mechanism that will yield back each server
    block that is returned; it is useful for large clouds with projects with
    a large number of active or deleted instances.
    
    For example, in the current list servers it builds up a few lists which can grow
    quite big (and consume a lot of memory) making it hard to list projects servers
    that have existed for a long time, but with an iterable verion those lists do
    not grow (since they just consume the current chunk).
    
    Also the iterable version is more easily used in programs with progress bars
    or anything like that that can take advantage of the knowledge that the listing
    is at a given chunk (of many).
    
    Change-Id: I84c15e664fb2f72f563618483f9df1c99d215faf
    
  - Fix recent pep8 issues
    
    The latest version of pycodestyle got stricter with undefined objects
    pulled in via * imports. It's a nice check and actually found a bug, so
    instead of disabling it, fix the places where we're using a * import.
    
    W503 on the other hand is terrible.
    
    Change-Id: Id73599ca494545b0f6d2345236190fc13cf2a326
    
  - Use openstack.config directly for config
    
    shade depends on openstacksdk already. Let's go ahead and start
    consuming it directly rather than through the os-client-config compat
    layer. We have to leave the os-client-config depend for the legacy
    client functions.
    
    Change-Id: Ibe2176c16e29960e9cc2b569325e41d1a4e297a8
    
  - Merge "remove redundant information from release notes build"
  - remove redundant information from release notes build
    
    The release notes build was configured with two pages that scan the
    master branch. Now that reno adds consistent anchors to sections, that
    means we have two pages with the same anchors and sphinx will complain.
    This patch removes the "mainline" page and changes the title of the
    "unreleased" page to show the mainline title. We need to keep the page
    called "unreleased" so that the release automation that creates the
    stable branches can figure out where to insert the next series-specific
    page in the sequence in index.rst.
    
    Change-Id: Ie6ed41a8fadb73a2b9b78426499a41ed30bfcd4d
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Make name setting in connect_as more resilient
    
    This setting of the name is currently a hack and is mucking about
    behing the OCC scenes. We need to be able to step out of it, but to
    do that we need to muck about behind the SDK scenes for a second too.
    
    Change-Id: I772a3d99c354f32c6341d8f409a8e839461af736
    
  - Merge "add lower-constraints job"
  - Merge "Backport connect_as fix from openstacksdk"
  - Backport connect_as fix from openstacksdk
    
    The connect_as method tried overlaying things directly on top of the
    'defaults' cloud config, but things get all messed up and it's actually
    never what you want.
    
    Instead, pull the existing CloudRegion from the local config object and
    pass it in.
    
    Change-Id: I54593bd8f6dd2124df854e923456c390e0d6a147
    
  - Add get_volume_limits() support
    
    Add the ability for a user (nodepool) to get the volume limits of a
    cloud.
    
    Change-Id: Id568d3ad408dd8976211c0576c45e8c9471d1849
    Depends-On: https://review.openstack.org/564279
    Signed-off-by: Paul Belanger <pabelanger@redhat.com>
    
  - Trivial: Update pypi url to new url
    
    Pypi url changed from [1] to [2]
    
    [1] https://pypi.python.org/pypi/<package>
    [2] https://pypi.org/project/<package>
    
    Change-Id: Iefc596294090af7f1a87b20183f37726e7c0524e
    
  - Build universal wheels
    
    It is possible to use python3 for shade, so support both python2 and
    python3 wheels.
    
    Change-Id: I77aa290d2671a0457555c3161e279fa2ca52e99c
    Signed-off-by: Paul Belanger <pabelanger@redhat.com>
    
  - add lower-constraints job
    
    Create a tox environment for running the unit tests against the lower
    bounds of the dependencies.
    
    Create a lower-constraints.txt to be used to enforce the lower bounds
    in those tests.
    
    Add openstack-tox-lower-constraints job to the zuul configuration.
    
    See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
    for more details.
    
    Fix the lower-bound for requests-mock, since 1.1.0 does not actually
    work.
    
    Change-Id: I8740a80c64e24c8339ee9b0992c2f81b1784e672
    Depends-On: https://review.openstack.org/555034
    Depends-On: https://review.openstack.org/555402
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Merge "list_servers pagination support"
  - Merge "create_subnet: Add filter on tenant_id if specified"
  - Merge "Updated from global requirements"
  - list_servers pagination support
    
    If we want to list the servers of a deployment with more servers than
    nova.conf max_limit, currently we only return max_limit. This patch
    makes it behave as expected, getting you all the servers.
    
    Change-Id: I58844125ba37d81f1611e4e8ec641c1b8573884d
    Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
    
  - Updated from global requirements
    
    Change-Id: I5dd56f330ffaa538646e328dfec772e805a2e264
    
  - create_subnet: Add filter on tenant_id if specified
    
    Change-Id: I073b53c6bb34fa904e9595169b135fde7c393d0e
    Task: 12102
    Story: 2001744
    
  - Rename python-openstacksdk to openstacksdk
    
    Change-Id: I96dace187cbe0772c3040becceb08740f08cbb68
    Depends-On: https://review.openstack.org/554662
    
  - Updated from global requirements
    
    Change-Id: Iddd98c752cf5d007f3686bfd7c5ab74cc212680a
    
  - Merge "Adds toggle port security on network create"
  - Updated from global requirements
    
    Change-Id: I4ece8fbfa4877debe94f5b4517e09517bed44dfc
    
  - Adds toggle port security on network create
    
    Added a new property, 'port_security_enabled' which is a boolean to
    enable or disable port_secuirty during network creation. The default
    behavior will enable port security, security group and anti spoofing
    will act as before. When the attribute is set to False, security
    group and anti spoofing are disabled on the ports created on this
    network.
    
    Change-Id: If984a82ca5f6fb69ee644f4fa84333df09d7f8bc
    
  - Merge "Add proper return value for validate_node"
  - Add proper return value for validate_node
    
    Change-Id: I361c520e6697750137e86d32dc3890fd8af4a99c
    
  - Add extra failure codes to bad request exception
    
    For instance on call to cloud.node_set_provision_state(uuid, 'dummy')
    the API currently only returns:
    (400) Client Error for url: http://127.0.0.1:6385/v1/nodes/<UUID>\
    /states/provision Bad Request
    whereas the HTTP request also contains some more valuable information
    in the body:
    The requested action "dummy" can not be performed on node "<UUID>" \
    while it is in state "enroll".
    
    Change-Id: I8412a2fd4ba78ad4f43ac2f13b1404dd3c151ce5
2019-01-07 14:12:12 +00:00
adjutant@8e2b734398 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
adjutant-ui@baeb8879a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
afsmon@618e1833e1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-config_template@d97279293d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-hardening@4648d7576d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-chrony@550aa62372 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-container-registry@61760f2fc1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-cinder@2fb45a6ba9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-cookiecutter@67000fca3c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-glance@0d189c220a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-keystone@474ead8340 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-mariadb@c8f32372de Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-rabbitmq@8805081c10 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-tripleo@6729652e86 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-openstack-operations@0868b36e57 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-puppet@98b7ea710b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-python_venv_build@5a31e77fb4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-qdrouterd@5490543352 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-redhat-subscription@1b3e473520 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-systemd_mount@78fac0354b Update git submodules 2019-01-04 20:43:00 +00:00
ansible-role-systemd_networkd@c72988c4ce Update git submodules 2019-01-04 20:42:30 +00:00
ansible-role-systemd_service@7c8ebdcff1 Update git submodules 2019-01-04 20:46:55 +00:00
ansible-role-tripleo-aodh@721f32e559 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-barbican@225a1ec179 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ceilometer@44a1feba8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-cinder@6a280e60ff Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-cookiecutter@a981999540 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-designate@b9f7751ad5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-glance@d81419a7c6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-gnocchi@b258156607 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-haproxy@045d6a4329 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-heat@4b2e444ba2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-horizon@501efb7f02 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ironic@5cd55bd520 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-keepalived@774a09906e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-keystone@34210b36ae Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-manila@6f6d57efd0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-memcached@023c9b7a1f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-mistral@9c0b1f6693 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-modify-image@e4c06e6178 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-neutron@3d95903128 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-nova@3541594161 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-octavia@2dfdb36586 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-opendaylight@b8dbcc62be Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ovn@a287af7f97 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-panko@0d0acfd7f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-qdrouterd@87bf717fd0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-rabbitmq@c66c5f598b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-rsyslog-sidecar@f4075fd67f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-sahara@8ff8c44233 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-sensu@30387638ed Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-swift@d5e0e7bbfe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-tacker@883781fff1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-tempest@884eff10e0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ui@ab4cea7b07 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-zaqar@ebdf79aca8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
aodh@c676eae200 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
askbot-theme@0cc9f5ffd4
automaton@0e9634c5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
barbican@0539a28ee9 Update git submodules 2017-12-22 02:30:48 +00:00
barbican-specs@44a26fd50f Update git submodules 2019-01-04 15:50:48 +00:00
barbican-tempest-plugin@123dd7d416 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bashate@d4f6cfa3fb Update git submodules 2018-04-22 23:46:40 +00:00
bifrost@e93994402a Update git submodules 2019-01-05 01:21:32 +00:00
bindep@1568971ca0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar@68c660e056 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-dashboard@c3b61f0934 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-nova@dc4c505f5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-specs@7c3b003183 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-tempest-plugin@d1d4a15d27 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bugdaystats@6d52e41e38
castellan@18068e1779 Update git submodules 2018-04-10 02:59:40 +00:00
castellan-ui@63aeeaf311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometer@b263fb17b7 Updated openstack/openstack 2017-09-18 14:42:07 +00:00
ceilometer-powervm@7bf69d7bee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometermiddleware@2f0efc7c99 Update git submodules 2018-02-06 18:51:19 +00:00
charm-aodh@87145fc2fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican@f43048a7d4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican-softhsm@28b6e07273 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican-vault@645574368d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceilometer@5d9d56add4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceilometer-agent@d9430f9bd2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-fs@64060f1bb0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-mon@d78297c6b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-osd@eec8464e93 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-proxy@2fecb7ef40 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-radosgw@a4538f6f54 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder@7873b20126 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder-backup@b7fde9532f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder-ceph@2378c424ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cloudkitty@3b9b265469 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-deployment-guide@a247937c84 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-designate@4b8a7ca433 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-designate-bind@23b16ad15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glance@f39ada5abf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glance-simplestreams-sync@1837f70fe3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glusterfs@355467c1ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-gnocchi@32d17c3426 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-guide@0fb86ddf4e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-hacluster@2ca245127e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-heat@8c7bc961a9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-barbican-secrets@498279adb1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bgp@ec52a95799 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bind-rndc@7d6993adc3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ceph-client@00e88139d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ceph-mds@579c0e4322 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-dashboard-plugin@15a4e6c8ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-designate@26b986426a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-gnocchi@188d685775 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-hacluster@a85b2d23c1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone@1c92403c75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-admin@eac2145e5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-credentials@e0ca24f5b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-domain-backend@891a7a22a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-manila-plugin@8d5995dc31 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-mysql-shared@29bf2cb5cb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-load-balancer@28635fd193 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin@7d721ef02b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin-api-subordinate@c6deebab3f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-cell@663e6b741e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-compute@edfff88fa1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-odl-controller-api@1f275b39e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-openstack-ha@a6057418d9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ovsdb-manager@6a1671abcc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-rabbitmq@30bc8d5966 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-service-control@606c17de4b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ironic@2aa01511d2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-keystone@97d0d4eff8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-keystone-ldap@22667a866e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-ceph-base@7d0aa4e9a3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack@cb4d058c0b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack-api@a27fc0c760 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack-principle@9938f45e9f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-lxd@bb95b67df6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila@574ad2c411 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila-generic@709e3f85c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila-glusterfs@2c5532cf45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-mistral@2fc24d6c1d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-murano@d13410cd3b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api@5f255bc9f9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api-genericswitch@a9e277a180 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api-odl@b1b6594e3d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-dynamic-routing@a7fda9fdb1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-gateway@684a93515d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-openvswitch@b404c18a50 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-cell-controller@0f15831a30 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-cloud-controller@14cf03c9a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-compute@a39ca756ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-compute-proxy@6f4d50af4f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-octavia@e63177168e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-octavia-dashboard@b19c1b3388 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-odl-controller@132f1b98ce Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-openstack-dashboard@10b3e9ca9c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-openvswitch-odl@e8b2084744 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-panko@985c2af1f6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-percona-cluster@d7ee8bfd1b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-rabbitmq-server@cdef3f6885 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-specs@ffdcafda5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-swift-proxy@8cf9dd4e1a Update git submodules 2019-01-07 08:30:32 +00:00
charm-swift-storage@c4897eff53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-tempest@a68c6dc424 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-trove@48b78e4aeb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charms.ceph@31ffa13124 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charms.openstack@759511722f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cinder@b123042bb2 Update git submodules 2019-01-05 00:58:19 +00:00
cinder-specs@852104b226 Update git submodules 2018-05-02 10:27:59 +00:00
cinder-tempest-plugin@e935d35956 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ciwatch@a5f13c53f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cliff@65e7d159c3 Update git submodules 2018-03-26 01:49:11 +00:00
cloudkitty@e8e175e74f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cloudkitty-dashboard@aa0bb413b4 Update git submodules 2019-01-07 10:26:51 +00:00
cloudkitty-specs@95becab605 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cloudkitty-tempest-plugin@979ef78512 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress@21f075faac Update git submodules 2019-01-05 08:47:15 +00:00
congress-dashboard@d2ea4ee633 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress-specs@deb1813c0b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress-tempest-plugin@e31aa96662 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
constellations@6d73c48532 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
contributor-guide@5cd2665eed Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-application-catalog@74d5e833b8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-bare-metal@c720e9e01a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-block-storage@d389184017 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-client@cf0dff54c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-common@7c31fb629b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-compute@20fb9a2311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dashboard@d42a397111 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dns@7e0d7bdcb0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-identity@eabbbb9b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-image@8142de7e19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-integration-test@443024b8e2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-network@66490ada34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-ops-database@0eec9ecac8 Update git submodules 2019-01-07 10:04:37 +00:00
cookbook-openstack-ops-messaging@59285c3da4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-orchestration@c880cd18b2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-telemetry@a5bbccbe5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstackclient@51f3f6ff58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookiecutter@b73d89dc9f Update git submodules 2018-01-08 14:48:40 +00:00
coverage2sql@97b3c40428 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cyborg@34eac481a4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cyborg-specs@31f982fadb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
debtcollector@ba06902133 Update git submodules 2018-03-29 08:13:23 +00:00
designate@f97df023b2 Update git submodules 2019-01-04 20:04:38 +00:00
designate-dashboard@dcc3a5d253 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
designate-specs@b8d890ea6f
designate-tempest-plugin@02fca4df41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack@a88a22969c Update git submodules 2019-01-06 13:38:06 +00:00
devstack-gate@113a3c6abb Update git submodules 2019-01-04 19:03:39 +00:00
devstack-plugin-amqp1@dc1d560250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-ceph@c669989cd8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-container@7e44a59c1e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-kafka@28be3eed69 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-pika@9e1d956cc8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-zmq@f1d39abd34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-tools@270cf481df Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-vagrant@b4365bed49
dib-utils@964784880d Update git submodules 2018-01-23 15:52:31 +00:00
diskimage-builder@d2b03eefe8 Update git submodules 2018-04-23 02:07:51 +00:00
django_openstack_auth@58e881ec93 Updated openstack/openstack 2017-09-12 22:04:13 +00:00
docs-specs@1e04477632 Update git submodules 2018-02-07 03:24:09 +00:00
ec2-api@46af2c326f Update git submodules 2019-01-04 14:45:38 +00:00
ec2api-tempest-plugin@42bce570ca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
elastic-recheck@4428bf52cd Update git submodules 2018-04-20 01:26:50 +00:00
eslint-config-openstack@00303e7eb7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer@a9970ff338 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-api@19dc769785 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-dr@1e687a4993 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-specs@175ca4e74e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-tempest-plugin@cd8a7bd9e6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-web-ui@e932639c17 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
futurist@481e940785 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gear@c00ca944db Update git submodules 2018-04-16 21:22:53 +00:00
gearman-plugin@46d74f029f
germqtt@b1067bbdd7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerrit@e707725ee6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerritbot@f32d742eff Update git submodules 2018-02-21 17:25:20 +00:00
gerritlib@01a634014e Update git submodules 2017-09-22 21:11:59 +00:00
git-restack@bef0f92120 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
git-review@ed3c79e452 Update git submodules 2018-04-30 00:02:52 +00:00
gitdm@547072d99f Update git submodules 2018-03-07 18:39:32 +00:00
glance@49232d2e7f Updated openstack/openstack 2017-09-13 17:54:07 +00:00
glance-specs@ad5233bd78 Update git submodules 2018-03-09 10:28:14 +00:00
glance_store@9f336d7365 Update git submodules 2017-10-06 11:24:24 +00:00
glean@8ca30bdec8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
grafyaml@5463ff095e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
grenade@dc7f4a4ba5 Update git submodules 2018-04-06 22:24:14 +00:00
groups@e825e37696 Updated openstack/openstack 2017-08-31 05:10:06 +00:00
groups-static-pages@45de1bab35
hacking@d5353c87cc Update git submodules 2018-03-26 01:26:24 +00:00
heat@48d3280070 Update git submodules 2019-01-07 11:07:43 +00:00
heat-agents@828fd1e063 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-cfnclient@32555c34a0
heat-cfntools@d23083a8e9 Update git submodules 2019-01-03 22:09:16 +00:00
heat-dashboard@e952fd0ff3 Update git submodules 2019-01-07 08:50:55 +00:00
heat-specs@8e865c99e9 Update git submodules 2017-11-20 04:46:08 +00:00
heat-tempest-plugin@ad04045b63 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-templates@aa4ffd1c77 Update git submodules 2019-01-03 22:45:47 +00:00
heat-translator@3f08ea4dee Update git submodules 2018-03-26 12:52:20 +00:00
horizon@ccaf2eb435 Update git submodules 2019-01-07 10:12:08 +00:00
i18n@e8db048a09 Update git submodules 2019-01-05 08:08:01 +00:00
i18n-specs@59eda7f2a4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-ansible@9b02a6ebe2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-manual@f84e92fb41 Update git submodules 2018-04-25 05:07:09 +00:00
infra-specs@382922894c Update git submodules 2018-04-24 15:16:57 +00:00
instack@24f9ef2a32 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
instack-undercloud@87abe05ba0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
irc-meetings@28e175dd3a Update git submodules 2019-01-04 14:03:17 +00:00
ironic@c10ee94b92 Update git submodules 2019-01-07 10:28:11 +00:00
ironic-inspector@bf5c155c31 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-inspector-specs@bd764399d4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-lib@b2c184f723 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-python-agent@c5f31db691 Update git submodules 2019-01-04 08:01:22 +00:00
ironic-python-agent-builder@de8dd8472a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-specs@8dbe3184ee Update git submodules 2018-04-24 01:53:16 +00:00
ironic-tempest-plugin@2ad94bc4d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-ui@974781b4b7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
jeepyb@6dfb888f4e Update git submodules 2018-03-23 22:33:38 +00:00
jenkins-job-builder@7696ea37fd Update git submodules 2018-04-30 21:39:21 +00:00
js-openstack-lib@ff006579b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karbor@166a3ddd1e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karbor-dashboard@9300916345 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karma-subunit-reporter@2c2c7aa620 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystone@45005afe92 Update git submodules 2019-01-07 04:04:37 +00:00
keystone-specs@dfeb67c789 Update git submodules 2018-04-10 16:16:08 +00:00
keystone-tempest-plugin@958d34ee2d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystoneauth@299bebc14d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystonemiddleware@f71642b1f0 Update git submodules 2018-04-06 13:49:12 +00:00
kolla@f01b950eba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kolla-ansible@e9fda8664e Update git submodules 2019-01-07 11:35:54 +00:00
kolla-cli@46a09f1b18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr@b3df2c6b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr-kubernetes@2320e43122 Update git submodules 2019-01-04 17:51:58 +00:00
kuryr-libnetwork@a9a70b3178 Update git submodules 2019-01-06 06:33:26 +00:00
kuryr-tempest-plugin@7f84979019 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ldappool@4e29af8bbc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
loci@6c7bddb8b2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
lodgeit@af3168e449
log-classify@45ae2b5e39 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
log_processor@2c63950e34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
logstash-filters@41a4d92703 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
lpmqtt@4cff75293e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum@484ef3a483 Update git submodules 2019-01-07 09:09:23 +00:00
magnum-specs@e1c67df536 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum-tempest-plugin@ae982f96a5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum-ui@d626f2f236 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila@575d6ae621 Update git submodules 2019-01-05 05:29:55 +00:00
manila-image-elements@53b7969bb5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-specs@3de949e358 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-tempest-plugin@8e9a39abbf Update git submodules 2019-01-05 21:21:28 +00:00
manila-test-image@855f132414 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-ui@13681f910e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari@4808a2a3d3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-dashboard@aa512a8d59 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-monitors@2171a824bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-specs@d1cc99d15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
meetbot@01e051648c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
metalsmith@19a3156bdf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral@fc479303fa Update git submodules 2019-01-07 12:35:57 +00:00
mistral-dashboard@29fa2cd15c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-extra@255f4d54bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-lib@6a867cb4f6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-specs@c163c8ee8b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-tempest-plugin@0c053b012f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
molteniron@796e694f8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-agent@dd5441cd40 Update git submodules 2019-01-04 14:43:23 +00:00
monasca-analytics@f980d98f41 Update git submodules 2019-01-07 11:43:03 +00:00
monasca-api@02b92c942a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-ceilometer@3de5cb4c45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-common@6f7f46cf0c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-events-api@82dee1cb80 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-grafana-datasource@7704954b75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-kibana-plugin@32e8d3f477 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-log-api@397a25f1d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-notification@4ffa8dee1d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-persister@e6d49a20c2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-specs@551984592f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-statsd@264cb6356d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-tempest-plugin@e3d9653074 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-thresh@a9b759dbfb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-transform@73e5f9a833 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-ui@69707117b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mox3@543e2cc377 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mqtt_statsd@4a5adf8cca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano@e6dc1f0819 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-agent@0d0e9faa45 Update git submodules 2019-01-05 08:10:47 +00:00
murano-apps@77e76fe199 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-dashboard@704a2ff225 Update git submodules 2019-01-05 08:13:57 +00:00
murano-deployment@c75c682069 Update git submodules 2019-01-07 07:33:40 +00:00
murano-pkg-check@fae7d2d881 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-specs@56c797a959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-tempest-plugin@76bed12565 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-bagpipe@159194411f Update git submodules 2019-01-05 15:52:41 +00:00
networking-baremetal@d285030b16 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-bgpvpn@69f44e32a0 Update git submodules 2019-01-05 11:00:00 +00:00
networking-generic-switch@b3fba36b82 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-generic-switch-tempest-plugin@85bfb8c45b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-hyperv@0e900b6cfe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-midonet@b710a00cd6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-odl@cec4fbd0fe Update git submodules 2019-01-06 12:04:47 +00:00
networking-ovn@0cdd7ad8fe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-powervm@565687540d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-sfc@0c3df84c3c Update git submodules 2019-01-07 12:19:31 +00:00
neutron@15c782b5a1 Update git submodules 2019-01-04 04:29:34 +00:00
neutron-dynamic-routing@9480ad0229 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-fwaas@61887be145 Update git submodules 2018-01-02 18:12:31 +00:00
neutron-fwaas-dashboard@acf3f91833 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-interconnection@96af8d1c8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-lbaas@16fba7e548 Update git submodules 2017-12-28 12:02:26 +00:00
neutron-lbaas-dashboard@f1327e017e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-lib@d1d6b4e7bc Update git submodules 2019-01-04 17:02:52 +00:00
neutron-specs@ac7d3cffcc Update git submodules 2018-04-27 22:45:02 +00:00
neutron-tempest-plugin@fc3b314662 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-vpnaas@824f4858c0 Update git submodules 2019-01-07 04:32:41 +00:00
neutron-vpnaas-dashboard@f0c89106fd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
nose-html-output@71d12999b0 Updated openstack/openstack 2017-08-22 16:50:47 +00:00
nova@a8e992b105 Update git submodules 2019-01-04 23:28:29 +00:00
nova-powervm@2dcdc531e6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
nova-specs@ddb413110b Update git submodules 2019-01-04 19:23:16 +00:00
octavia@6307fbfa08 Update git submodules 2019-01-05 02:00:18 +00:00
octavia-dashboard@e216ff9fd3 Update git submodules 2019-01-06 08:57:11 +00:00
octavia-lib@d045062aad Update git submodules based on new script 2019-01-04 14:13:17 +00:00
octavia-tempest-plugin@9cba5d6468 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
odsreg@88b1770704 Update git submodules 2017-11-23 16:53:39 +00:00
openstack-ansible@bc17087ac2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-apt_package_pinning@c35f1c52c5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ceph_client@b644c90b89 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-galera_client@bca87952a8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-galera_server@1c3c704dd8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-haproxy_server@937fa0168d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-lxc_container_create@eade50c24b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-lxc_hosts@0766e893ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-memcached_server@8bee77aba3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-nspawn_container_create@fe309dc0c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-nspawn_hosts@144bf1ccd9 Update git submodules 2019-01-06 01:37:29 +00:00
openstack-ansible-openstack_hosts@6a73496397 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-openstack_openrc@d7233f9ff9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ops@7491b6df8e Update git submodules 2019-01-04 18:39:09 +00:00
openstack-ansible-os_almanach@f477528e2d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_aodh@966141ddcb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_barbican@0533fa085a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_blazar@cb561cc870 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_ceilometer@49ce3b57ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_cinder@39393edaa2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_cloudkitty@6470449d6e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_congress@455c2b4433 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_designate@b9d883443a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_freezer@b75a75145f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_glance@b8890c4841 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_gnocchi@c1ddbfb400 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_heat@d5e16dbdf6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_horizon@b2b4f95c6b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_ironic@837fe2ec88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_karbor@7b44052e18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_keystone@87b3926ed1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_magnum@c26da937d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_manila@55094001b9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_masakari@0ba806a9b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_molteniron@6d18fa4636 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca@32f23c1964 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca-agent@c82a6cf320 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_neutron@053efb6142 Update git submodules 2019-01-07 12:16:24 +00:00
openstack-ansible-os_nova@64dc1747f5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_octavia@eee659d342 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_panko@5a6add8c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_placement@565c63a659 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_rally@9cf0c64a20 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_sahara@d0a23313ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_searchlight@ba29419f00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_swift@ea72d83a9e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_tacker@886ee2a457 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_tempest@5dc277278a Update git submodules 2019-01-07 10:47:58 +00:00
openstack-ansible-os_trove@fb2e845256 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_watcher@d293922640 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zaqar@1eb81a3a41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zun@30256ebb6b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_install@aa7ecc5248 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_lock_down@fbd2fbe301 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-plugins@7fd6dd2112 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rabbitmq_server@edb9b2e129 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-repo_build@6cfcecf157 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-repo_server@271327c15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_client@32cd32f262 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_server@abeaa16da8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-security@d7f838df9c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-specs@055cfacf83 Update git submodules 2019-01-07 03:51:03 +00:00
openstack-ansible-tests@a79eaf5969 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef@4e55a35931 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef-repo@5f5a010013 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef-specs@440139ee58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-doc-tools@3e766d6c0a Update git submodules 2018-03-26 15:12:46 +00:00
openstack-health@3ea4787c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm@82211e427b Update git submodules 2019-01-07 07:14:06 +00:00
openstack-helm-addons@3461a89714 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-docs@e30d0b7889 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-images@716eea1fa1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-infra@0770465962 Update git submodules 2019-01-05 19:39:57 +00:00
openstack-manuals@4a53589fea Update git submodules 2019-01-05 06:50:04 +00:00
openstack-nose@de9dcf85a0
openstack-planet@8816aea9ff Update git submodules 2018-03-09 13:42:40 +00:00
openstack-zuul-jobs@7fdfe583a3 Update git submodules 2019-01-05 01:03:38 +00:00
openstack-zuul-roles@153823ddcf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackclient@915593032c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackdocstheme@bbc7a2a2e1 Update git submodules 2018-03-28 15:07:49 +00:00
openstackid@3b1f9de37f Update git submodules 2018-04-20 19:08:38 +00:00
openstackid-resources@b77c451b45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstacksdk@445a5491db Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackweb@38c8be9ed1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-acc@0506812fff Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-api-ref@f58a59d09f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-apply-config@9124f56fac Update git submodules 2018-03-27 18:37:45 +00:00
os-brick@d7ebf977bb Update git submodules 2019-01-05 00:09:07 +00:00
os-client-config@ac5c313738 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-collect-config@7de2fd8444 Update git submodules 2018-04-16 19:32:04 +00:00
os-ken@f57d8b3b71 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-loganalyze@0f40dfd634 Update git submodules 2018-04-18 15:30:59 +00:00
os-net-config@4f9c63652f Update git submodules 2018-03-28 22:29:51 +00:00
os-performance-tools@af948e1510 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-refresh-config@cf2d98460d Update git submodules 2018-03-15 17:16:10 +00:00
os-resource-classes@1ae04e7d41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-service-types@fb33d01882 Update git submodules 2019-01-07 09:13:20 +00:00
os-testr@381f52460d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-traits@9adb3e344a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-vif@91382aa943 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-win@3bbe2e4a50 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
osc-lib@aaf18dad8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
osc-placement@bffd59ea53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo-cookiecutter@c7e47baf4a Update git submodules 2018-02-06 03:30:43 +00:00
oslo-specs@c2cace2299 Update git submodules 2018-04-23 14:28:50 +00:00
oslo.cache@eb68d734d3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.concurrency@e55a18c5e0 Update git submodules 2018-03-29 06:42:52 +00:00
oslo.config@85daf7a6eb Updated openstack/openstack 2017-09-12 20:49:39 +00:00
oslo.context@fd3b5f1ceb Update git submodules 2018-03-29 07:27:45 +00:00
oslo.db@f659198dfc Update git submodules 2018-03-29 06:42:49 +00:00
oslo.i18n@85693aaea9 Update git submodules 2018-03-29 06:50:58 +00:00
oslo.limit@a2674bbca3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.log@110191aa50 Update git submodules 2018-04-05 20:37:48 +00:00
oslo.messaging@393ecff345 Updated openstack/openstack 2017-09-15 18:33:29 +00:00
oslo.middleware@880f29d72e Update git submodules 2018-03-29 06:42:54 +00:00
oslo.policy@509cf0839a Update git submodules 2018-03-29 06:23:24 +00:00
oslo.privsep@ecb1870c29 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.reports@3c71e50f0a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.rootwrap@cfc7838f8c Update git submodules 2018-04-05 14:39:50 +00:00
oslo.serialization@7d03e2d7e4 Update git submodules 2018-03-29 06:31:09 +00:00
oslo.service@d987a4a84c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.tools@ca098008e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.upgradecheck@1dec43d612 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.utils@9b23c17a6b Update git submodules 2018-04-10 21:06:32 +00:00
oslo.versionedobjects@5774995c3c Update git submodules 2018-04-08 03:24:21 +00:00
oslo.vmware@a943629f85 Update git submodules 2018-03-29 06:52:57 +00:00
oslosphinx@5f70c35a0d Update git submodules 2018-02-05 16:11:27 +00:00
oslotest@bb78b84c3f Update git submodules 2018-04-02 10:58:18 +00:00
osprofiler@97564b644f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oswin-tempest-plugin@a6a9a4a7eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ovsdbapp@0d44123973 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
panko@2a5e73c734 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
patrole@89d5d18234 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
paunch@4e55596f71 Update git submodules 2019-01-07 14:02:30 +00:00
pbr@1a3b558117 Updated openstack/openstack 2017-09-12 20:57:55 +00:00
performance-docs@31b87219c8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
placement@289b44f5b4 Update git submodules 2019-01-04 17:40:24 +00:00
project-config@3469395333 Update git submodules 2019-01-07 13:50:29 +00:00
project-config-example@a8b504e0ba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ptgbot@cb0e38cd12 Update git submodules 2019-01-07 10:37:31 +00:00
publications@824df0036b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-accessbot@ca36d793b3 Update git submodules 2018-03-26 21:57:58 +00:00
puppet-ansible@65c5bb3d95 Updated openstack/openstack 2017-08-23 07:49:28 +00:00
puppet-aodh@3b3e6d632c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-apparmor@80a1265207 Updated openstack/openstack 2017-08-22 23:37:17 +00:00
puppet-askbot@7abbdafc62 Updated openstack/openstack 2017-08-22 23:37:11 +00:00
puppet-asterisk@b13391ded3 Updated openstack/openstack 2017-08-22 23:39:03 +00:00
puppet-bandersnatch@cac249d5d2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-barbican@93d5327948 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-bugdaystats@c7b8745591 Updated openstack/openstack 2017-08-22 23:33:06 +00:00
puppet-bup@013244fb40 Update git submodules 2017-11-02 06:22:33 +00:00
puppet-ceilometer@8453d0b67c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ceph@698def7bfd Update git submodules 2019-01-07 09:40:10 +00:00
puppet-cgit@55c432baf6 Update git submodules 2018-03-27 23:37:05 +00:00
puppet-cinder@a8628dc884 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ciwatch@540bfc49d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-cloudkitty@686097f686 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-congress@4f1190bca2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-crane@1c745473f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-dashboard@9aa3039f9e
puppet-designate@815772d7c2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-diskimage_builder@bd2ab1b110 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-drupal@26bb0c054b Update git submodules 2018-05-01 12:20:43 +00:00
puppet-ec2api@ded9032e4e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-elastic_recheck@9229117aba Update git submodules 2019-01-04 20:39:00 +00:00
puppet-elasticsearch@0d9347f41e Update git submodules 2017-09-21 21:10:38 +00:00
puppet-ethercalc@65eab03783 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-etherpad_lite@5b9395aea1 Update git submodules 2018-04-11 19:04:32 +00:00
puppet-exim@139fddd195 Update git submodules 2017-12-22 19:11:10 +00:00
puppet-freezer@344ae1cfc9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-germqtt@e8f9800d5d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-gerrit@ed2a3a85ae Update git submodules 2018-04-20 18:53:26 +00:00
puppet-gerritbot@d434fd93d0 Update git submodules 2018-03-12 18:45:06 +00:00
puppet-github@30bbbfd58f Updated openstack/openstack 2017-08-22 22:14:05 +00:00
puppet-glance@f09800121b Update git submodules 2019-01-06 12:40:59 +00:00
puppet-glare@572a93dc34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-gnocchi@d97528cd8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-grafyaml@86b1b0ea82 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-graphite@dfc94e4fd9 Update git submodules 2018-02-07 20:12:19 +00:00
puppet-haveged@c089b950bc Update git submodules 2017-11-20 21:51:42 +00:00
puppet-heat@5c5d1f6346 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-horizon@13ddfaf001 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-hound@2ecbcf6fe5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-httpd@9e47c78140 Update git submodules 2018-04-20 18:53:27 +00:00
puppet-infra-cookiecutter@4465a5ebaf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-infracloud@d952cbc6c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ipsilon@f07628885b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-iptables@ac4f7e77e3 Update git submodules 2018-02-21 21:18:37 +00:00
puppet-ironic@204935198c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-jeepyb@a06b1ae633 Update git submodules 2018-02-02 11:54:19 +00:00
puppet-jenkins@7a9eafd698 Updated openstack/openstack 2017-09-05 18:10:51 +00:00
puppet-kerberos@4002c707ec Update git submodules 2017-12-15 23:59:34 +00:00
puppet-keystone@5a93287474 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-kibana@efba033351 Update git submodules 2018-05-01 12:33:27 +00:00
puppet-lodgeit@9e01268f33 Update git submodules 2018-01-11 23:16:25 +00:00
puppet-log_processor@c646602e20 Update git submodules 2017-12-11 20:34:05 +00:00
puppet-logrotate@b922097fc7 Update git submodules 2018-03-26 22:00:47 +00:00
puppet-logstash@b7032eb94b Updated openstack/openstack 2017-08-23 00:51:40 +00:00
puppet-lpmqtt@ddd4542e56 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-magnum@3fe5edde19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mailman@74aabb8bbb Update git submodules 2018-02-12 17:16:55 +00:00
puppet-manila@082537eb75 Update git submodules 2019-01-04 22:19:57 +00:00
puppet-mediawiki@adec8d34f2 Updated openstack/openstack 2017-08-23 00:40:25 +00:00
puppet-meetbot@9cd6a4d6a0 Update git submodules 2018-05-01 12:20:42 +00:00
puppet-mistral@7e19a521c4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-monasca@31fe11595c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mosquitto@a0c52d6bc7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mqtt_statsd@39791e8a73 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-murano@b5ecd39fd5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mysql_backup@b306534ff9 Update git submodules 2018-05-01 12:19:54 +00:00
puppet-neutron@b8a49d3e08 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-nodepool@71fe2002e5 Update git submodules 2019-01-05 01:33:01 +00:00
puppet-nova@bf3d8bd91e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-octavia@220a568a70 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openafs@13a3a763e9 Update git submodules 2018-02-18 23:58:41 +00:00
puppet-openstack-cookiecutter@909c6bc190 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack-guide@4da971500f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack-integration@d87c564bc4 Update git submodules 2019-01-04 19:21:44 +00:00
puppet-openstack-specs@d1a0b37aee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_extras@4d5ce9eab7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_health@39be1bf1f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_infra_spec_helper@54ed0aa7a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_spec_helper@6ec17c9a16 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstackci@20ae86a8f4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstackid@89890ae5ca Update git submodules 2018-04-30 15:38:51 +00:00
puppet-openstacklib@4dfc64e9d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-os_client_config@f48bd2f36f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-oslo@77cf39a7ca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ovn@495ad9bc68 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pacemaker@93482ade19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-packagekit@2897ff7691 Updated openstack/openstack 2017-08-22 23:56:37 +00:00
puppet-panko@da40e284c0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pgsql_backup@ff4b95ad05 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-phabricator@92a27b18c3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pip@bdfb4e7591 Update git submodules 2018-03-26 21:59:46 +00:00
puppet-placement@a59aecb4fa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-planet@6d20d0feb7 Updated openstack/openstack 2017-08-23 00:40:19 +00:00
puppet-project_config@8310d56085 Update git submodules 2017-09-21 16:53:49 +00:00
puppet-ptgbot@5e1ecdcd7c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-puppet@1ab90e3f75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-qdr@08d62670e7 Update git submodules 2019-01-07 05:58:58 +00:00
puppet-rally@56cee04ea4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-redis@3c653e5307 Updated openstack/openstack 2017-08-23 00:37:18 +00:00
puppet-refstack@e93d8f55ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-reviewday@cb806fc80b Updated openstack/openstack 2017-08-23 00:36:01 +00:00
puppet-sahara@a57086f374 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-senlin@0e1d9e340d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-simpleproxy@f7de5af0f9 Updated openstack/openstack 2017-08-23 07:51:25 +00:00
puppet-snmpd@d804badd82 Update git submodules 2018-01-10 11:44:07 +00:00
puppet-ssh@685291c29e Updated openstack/openstack 2017-08-22 23:52:22 +00:00
puppet-ssl_cert_check@979573cec1 Updated openstack/openstack 2017-08-22 23:41:03 +00:00
puppet-stackalytics@52364b883a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-statusbot@3973ed99a2 Update git submodules 2018-01-26 04:31:44 +00:00
puppet-storyboard@8fd663a697 Update git submodules 2018-05-01 12:35:46 +00:00
puppet-subunit2sql@bb2f9fc027 Update git submodules 2018-05-01 12:31:14 +00:00
puppet-sudoers@ca25acebd5 Updated openstack/openstack 2017-08-22 23:47:47 +00:00
puppet-swift@769e6bdf83 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tacker@4a5b47c89b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tempest@decace898a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tmpreaper@c6ca908936 Updated openstack/openstack 2017-08-22 23:46:56 +00:00
puppet-translation_checksite@b2fe5e04ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tripleo@b69a1834ac Update git submodules 2019-01-07 10:46:26 +00:00
puppet-trove@36f42e96a7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ulimit@5fa98cc809 Updated openstack/openstack 2017-08-22 23:41:15 +00:00
puppet-unattended_upgrades@825b3d68f5 Updated openstack/openstack 2017-08-22 23:47:42 +00:00
puppet-unbound@3c4dcf3d51 Updated openstack/openstack 2017-08-22 23:47:02 +00:00
puppet-user@fba7818b61 Updated openstack/openstack 2017-08-22 23:41:09 +00:00
puppet-vcsrepo@1b625245d6 Updated openstack/openstack 2017-08-22 22:10:01 +00:00
puppet-vitrage@006aef41bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-vswitch@eeadacfdd9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-watcher@343c73b407 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-yum@cfc3500aba Updated openstack/openstack 2017-08-22 23:39:40 +00:00
puppet-zanata@e1fb24b955 Update git submodules 2017-11-29 00:07:26 +00:00
puppet-zaqar@d13ecb9ce5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-zuul@dabe03d77f Update git submodules 2018-05-01 12:35:45 +00:00
pycadf@19583c041e Update git submodules 2018-02-08 23:15:23 +00:00
pymod2pkg@d8c52f2621 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
pynotedb@e87d890c00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-adjutantclient@05e8af6cf3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-aodhclient@80cbf9906d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-barbicanclient@1b28235816 Update git submodules 2019-01-04 16:05:55 +00:00
python-blazarclient@3d5001cfa2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-brick-cinderclient-ext@4f3a0e6494 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-cinderclient@71aee9e8c7 Updated openstack/openstack 2017-09-14 16:30:05 +00:00
python-cloudkittyclient@dd1a421b7c Update git submodules 2019-01-07 10:27:51 +00:00
python-congressclient@6483c416ae Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-cyborgclient@dfe15c51b7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-designateclient@6eeef0dd24 Update git submodules 2018-03-26 13:56:57 +00:00
python-freezerclient@d3def5133d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-glanceclient@d158f1e75f Updated openstack/openstack 2017-09-13 17:53:44 +00:00
python-heatclient@8af5deb458 Update git submodules 2019-01-03 22:45:12 +00:00
python-ironic-inspector-client@3c4ca00078 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-ironicclient@1a9c706643 Update git submodules 2018-04-06 15:53:22 +00:00
python-karborclient@3216f64d14 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-keystoneclient@3f6f14d4fe Update git submodules 2019-01-03 21:24:05 +00:00
python-magnumclient@d41daca59b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-manilaclient@a0a833fb56 Update git submodules 2018-03-25 14:19:59 +00:00
python-masakariclient@44bb59f0e7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-mistralclient@9d2adda87b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-monascaclient@1b00a197ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-muranoclient@bd38573528 Update git submodules 2019-01-05 04:34:31 +00:00
python-neutronclient@24f6f2df3b Updated openstack/openstack 2017-09-04 05:23:38 +00:00
python-novaclient@85e9b58e9b Update git submodules 2019-01-07 03:45:40 +00:00
python-octaviaclient@08f4a1fdd1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-openstackclient@39c00ab8b7 Updated openstack/openstack 2017-09-18 04:03:15 +00:00
python-pankoclient@0a27e534d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-qinlingclient@b5d3383f38 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-saharaclient@1d5feee351 Update git submodules 2018-03-27 00:10:46 +00:00
python-searchlightclient@597eb9b1e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-senlinclient@1c9e7078f3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-solumclient@977717e756 Update git submodules 2019-01-05 04:05:55 +00:00
python-storyboardclient@940dd5c41e
python-swiftclient@3be8eca70b Updated openstack/openstack 2017-09-07 20:36:42 +00:00
python-tackerclient@71e0b047c8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-tricircleclient@078ec0e8f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-tripleoclient@7a6432aa45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-troveclient@a397f72da4 Updated openstack/openstack 2017-08-20 23:39:18 +00:00
python-vitrageclient@ab81474e38 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-watcherclient@2cfe7f9afc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-zaqarclient@a38a7ecb63 Update git submodules 2018-03-30 01:53:59 +00:00
python-zunclient@eedf5c7fdd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
qa-specs@146a24f326 Update git submodules 2018-02-20 09:20:03 +00:00
qinling@ebf3e6d106 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
qinling-dashboard@94b9a551e2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
rally@3a30fb9b42 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
rally-openstack@c24de25d0a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
release-schedule-generator@ccc0b8c590 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
release-test@bfbe801058 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
releases@5dc8684345 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
renderspec@d9682e124f Update git submodules 2019-01-04 19:12:41 +00:00
reno@6fc9679844 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requestsexceptions@69be3aba34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requirements@76cc89d307 Update git submodules 2019-01-07 06:19:50 +00:00
reviewday@1992485332 Update git submodules 2017-12-09 15:46:46 +00:00
reviewstats@548a85d2a9
rpm-packaging@65512e4c11 Update git submodules 2019-01-07 09:38:42 +00:00
rpm-packaging-tools@6139762c67 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
sahara@5535350aff Update git submodules 2018-01-04 17:55:03 +00:00
sahara-dashboard@8bf9fbe04b Update git submodules 2018-01-10 18:55:15 +00:00
sahara-extra@dd99413cd3 Updated openstack/openstack 2017-08-03 14:43:40 +00:00
sahara-image-elements@2a0fa0d58b Update git submodules 2017-12-21 19:57:27 +00:00
sahara-specs@eafb655c21 Update git submodules 2018-05-03 16:01:09 +00:00
sahara-tests@d31d7311cb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight@60980460eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight-specs@b429ca01c4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight-ui@f00bb6e2a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin@5be096a324 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin-dashboard@8519cde1e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin-tempest-plugin@213ff3a590 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
shade@186dac6535 Update git submodules 2019-01-07 14:12:12 +00:00
solum@c122635382 Update git submodules 2019-01-07 11:08:43 +00:00
solum-dashboard@77c4c65f09 Update git submodules 2019-01-05 04:28:51 +00:00
solum-specs@f465db4250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
solum-tempest-plugin@54c73c270c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
specs-cookiecutter@5be6883fc1
sphinx-feature-classification@71ad629941 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
stackviz@e8199c3145 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
statusbot@7b3a04a575 Update git submodules 2018-02-20 23:54:48 +00:00
stevedore@40064ea0e7 Update git submodules 2018-03-27 14:10:40 +00:00
storlets@17df0775eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
storyboard@c001d30625 Update git submodules 2018-04-30 23:21:35 +00:00
storyboard-webclient@8de425ba0c Update git submodules 2018-04-25 21:05:46 +00:00
subunit2sql@08222d7a2b Update git submodules 2018-04-23 19:33:26 +00:00
sushy@3ac4cbd42d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
sushy-tools@0ff75b4d95 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
swift@d2e32b39e8 Updated openstack/openstack 2017-09-15 11:09:28 +00:00
swift-bench@b69aab178b Update git submodules 2019-01-04 00:38:43 +00:00
swift-specs@e53112c271
system-config@80d1888227 Update git submodules 2019-01-06 19:21:35 +00:00
tacker@86c853a462 Update git submodules 2019-01-07 10:02:25 +00:00
tacker-horizon@ced45a20dd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tacker-specs@75f13d31aa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
taskflow@8c1fccf72e Update git submodules 2018-03-29 06:37:58 +00:00
telemetry-specs@05a16fd787 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
telemetry-tempest-plugin@af38fe56ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest@54d8f90496 Updated openstack/openstack 2017-09-15 22:19:31 +00:00
tempest-horizon@634b5c4551 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-lib@000c2b49ee
tempest-plugin-cookiecutter@9ac1e0705c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-stress@d598a7b9f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-tripleo-ui@fa61731a3d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tenks@f343264982 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tooz@824ff65433 Update git submodules 2018-02-26 01:30:23 +00:00
tosca-parser@8cd4546f22 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
training-guides@18418a5c58 Update git submodules 2018-05-02 09:28:18 +00:00
training-labs@70175beeaf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tricircle@536a8067b1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-ansible@e6ea28fb9f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-ci@a65710d7ee Update git submodules 2019-01-07 10:25:43 +00:00
tripleo-common@e4633bec9a Update git submodules 2019-01-07 13:55:42 +00:00
tripleo-common-tempest-plugin@028af44d3f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-docs@617847f172 Update git submodules 2019-01-04 19:50:15 +00:00
tripleo-ha-utils@ebb6db142c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-heat-templates@950640ad52 Update git submodules 2019-01-07 14:02:29 +00:00
tripleo-image-elements@a7679feb86 Update git submodules 2019-01-04 20:44:28 +00:00
tripleo-ipsec@8b37e93e53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-puppet-elements@f7b34955dd Update git submodules 2018-02-07 06:15:56 +00:00
tripleo-quickstart@ba014eb992 Update git submodules 2019-01-07 10:10:10 +00:00
tripleo-quickstart-extras@af3637d237 Update git submodules 2019-01-04 17:44:53 +00:00
tripleo-repos@a5b709edca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-specs@e096440a79 Update git submodules 2018-04-16 17:53:29 +00:00
tripleo-ui@96545d3101 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-upgrade@815846cddb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-validations@8c33fc69e0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
trove@0fb67d459b Updated openstack/openstack 2017-08-03 04:50:15 +00:00
trove-dashboard@145e78516c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
trove-specs@9e93a231e3 Update git submodules 2018-04-25 02:51:14 +00:00
trove-tempest-plugin@45b175df17 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ui-cookiecutter@af2835fd4f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
virtualbmc@6c37c501bd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage@ed952f7478 Update git submodules 2019-01-06 09:24:52 +00:00
vitrage-dashboard@76fc769341 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage-specs@d483c177e1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage-tempest-plugin@307b09bf9d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher@3a5966fb92 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-dashboard@6e493adbd5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-specs@599d4f031a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-tempest-plugin@bcd715efb7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
whereto@60d39c4959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular@74c316c6f7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-bootstrap@a6fd6665a6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-gettext@e1d443c41e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-lrdragndrop@22500e1025 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-material@77a1575aab Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-notify@83d3b65b76 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-smart-table@6d35558306 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-ui-router@789da35708 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-uuid@20ec6e6360 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-vis@da9ba723e8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-datepicker@8f814583be Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-scss@9df24e86f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootswatch@79fa5eb9aa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-d3@f66bbbf9bf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-filesaver@02800208ef Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-font-awesome@b8a162a5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-hogan@fab8856e15 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jasmine@f26a3a348a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery-migrate@51d97fc61b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.quicksearch@1fdd883862 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.tablesorter@e9b866243e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-js-yaml@7f98871637 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jsencrypt@00696018e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-json2yaml@f1e1b9f062 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-magic-search@265fec1922 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-mdi@64dca40a7c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-rickshaw@e8d9237eb9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-roboto-fontface@0b87d4184d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-spin@385e5dcb06 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-vis@bfb51c0009 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
yaml2ical@2bc859072f Updated openstack/openstack 2017-08-03 10:42:49 +00:00
yaql@5a727ea9de Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zaqar@764bbb97dd Update git submodules 2017-12-29 10:14:14 +00:00
zaqar-specs@210374edfe Update git submodules 2018-04-23 05:45:45 +00:00
zaqar-tempest-plugin@1eddb5ace5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zaqar-ui@40796feebe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zmq-event-publisher@3ef6c4a112
zun@5ce01cacd3 Update git submodules 2019-01-07 08:55:15 +00:00
zun-tempest-plugin@24f8e847bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zun-ui@d133f1a381 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
.gitmodules Update git submodules based on new script 2019-01-04 14:13:17 +00:00
.gitreview
LICENSE Add Apache License file 2019-01-03 19:20:10 +00:00
README.rst
generate-gitmodules.py Update generate-gitmodules script for official deliverables 2019-01-03 19:21:27 +00:00

README.rst

OpenStack Tracking Repo

zuul gates all of the contained projects in an effective single timeline. This means that OpenStack, across all of the projects, does already have a sequence of combinations that have been explicitly tested, but it's non-trivial to go from a single commit of a particular project to the commits that were tested with it.

Gerrit's submodule tracking feature will update a super project every time a subproject is updated, so the specific sequence created by zuul will be captured by the super project commits.

This repo is intended to be used in a read-only manner. Any commit in this repo will get a collection of commits in the other repos that have explicitly been tested with each other, if that sort of thing is important to you.