Repository tracking all OpenStack repositories as submodules
Go to file
ZhijunWei 340104c461 Update git submodules
* Update python-novaclient from branch 'master'
  - Update hacking version
    
    1. update hacking version to latest
    2. fix the pep8 failed
    
    Change-Id: I484a40fe3cb868d223a807edcd3e20f5e0ebdf4e
    
  - Fix flavor keyerror when nova boot vm
    
    When creating a server (the 'nova boot' command),
    it calls 'POST /servers' API.
    
    The response does not have 'addresses' and 'flavor' attributes.
    When accessing 'networks' attribute in the '_print_server' function,
    it calls 'GET /servers/{server_id}' and get the 'addresses' and
    'flavor' attributes.
    
    If 'GET /servers/{server_id}' fails, the server object does not have
    the 'flavor' attribute, then KeyError is raised when accessing it.
    
    Fix the issue by making it raise a CommandError
    when the 'GET /servers/{server_id}' fails.
    
    Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
    Change-Id: I3ef096c61b0e05a637ab0c4a1027338fa87e4f09
    Closes-Bug: #1781368
    
  - Change openstack-dev to openstack-discuss
    
    Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
    
    Change-Id: I157626d7aa539e583d20f2f8aa39e06188347573
    
  - Add Python 3.6 classifier to setup.cfg
    
    Change-Id: I091c82f60d9ae984cf61be8c6fe95ec68817cb75
    
  - Fix a type of block_device_mapping_v2 in a comment
    
    Change-Id: I9c74402fbc4b2390b64265c6f174bc7e343900cc
    Closes-Bug: #1804198
    
  - Merge "Replace MB with MiB"
  - Fixes Python3 issue in decoding password
    
    The 'nova get-password' command shows a passowrd as bytes
    instead of string in Python 3 currently.
    It should be shown as string.
    So fix it.
    
    Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
    Change-Id: Ibcfb071fcc3c74535b800295ec95ca5ec8bc3c9b
    Closes-Bug: #1794167
    
  - Merge "Deprecate the unused instance-name"
  - Deprecate the unused instance-name
    
    The '--instnace-name' option exists in nova CLI for a long time,
    but it is not used, so we deprecate it firstly and will remove it in
    T release.
    
    
    Change-Id: I0c3d611fc322ae2c9f28ce3845b1c08eaab69485
    Closes-Bug: #1788182
    
  - Replace MB with MiB
    
    Change-Id: Ie5bd325d8e0f7e9af76c1ddae1d679b0e797c84b
    
  - Recommend against using --force for evacuate/live migration
    
    This copies the same warnings from the API reference change
    I85e7c2677f4d5eccc1e7f349de06960b53ef148d to the CLI help
    for the various evacuate/live migrate commands. It also
    mentions that if a host is not specified, one is selected
    by the scheduler (which is what we really want people doing).
    
    Given blueprint remove-force-flag-from-live-migrate-and-evacuate
    we really want to discourage people from using the --force
    flag.
    
    Change-Id: I15ef933cc09947e2bb3fb7bf17b15735171a9bec
    
  - Merge "Add support for microversion 2.67: BDMv2 volume_type"
  - Merge "Enable split logging for cinder-novaclient interaction"
  - Add support for microversion 2.67: BDMv2 volume_type
    
    This adds the nova boot command and python API binding
    support for creating a server with block device mappings
    defined using a specific volume type.
    
    Depends-On: https://review.openstack.org/606398/
    Depends-On: https://review.openstack.org/#/c/610349/
    
    Part of blueprint boot-instance-specific-storage-backend
    
    Change-Id: I484ee065119b5783db212ea64efa60e87c40338c
    
  - doc: Start using openstackdoctheme's extlink extension
    
    This ensures we have version-specific references to other projects [1].
    
    [1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper
    
    Change-Id: I3b9db8b71c082dd5f8d0564a9cdfdb2fa6dc5ed6
    
  - Merge "Update the CLI reference"
  - Merge "Follow up "Fix up userdata argument to rebuild""
  - Merge "Update the contributor guide"
  - Follow up "Fix up userdata argument to rebuild"
    
    This patch is a follow-up patch for
    I9752d849aa0e6cf608db0def3ca89565cff4debc.
    
    * Add checking a message of an exception in the unit test
    * Add 'with' statement when opening a file
    * Fix descriptions in the release note
    
    Change-Id: I2c399490f320a202b41a8f8d36710a36621c4853
    
  - Merge "Fix up userdata argument to rebuild."
  - Update the CLI reference
    
    Update the CLI reference according to the latest CLIs.
    
    The CLI reference (doc/source/cli/nova.rst) has been imported
    from openstack-manuals since If19cfcafc90fddb930c124a5b9845d4eae1f6093.
    We can update the CLI reference synchronously with changing the CLIs
    currently.
    So remove the description of nova CLI version in the reference.
    
    Change-Id: Icb97def5e4d65a31add7c60c205d5f9f0dfc4520
    Closes-Bug: #1795283
    
  - Update the contributor guide
    
    Add missing tox targets in contributor/testing.rst.
    Replace the launchpad link to nova project with
    the launchpad link to python-novaclient project
    in contributor/index.rst.
    
    Change-Id: I1b3736f25e59669624331d8f86820a45181c6760
    Closes-Bug: #1795353
    
  - Fix up userdata argument to rebuild.
    
    This was using the name of the file as user data as opposed
    to the content of the file.
    
    Change-Id: I9752d849aa0e6cf608db0def3ca89565cff4debc
    Closes-bug: #1794419
    
  - Fix test_instance_action functional test failure
    
    Fix an intermittent failure of
    test_list_instance_action_with_changes_before method
    of the TestInstanceActionCLIV266 class.
    
    Change-Id: Ie898d9590e1701476eadf4895bce7874d989175a
    Closes-Bug: #1795392
    
  - Merge "Add support changes-before for microversion 2.66"
  - Add support changes-before for microversion 2.66
    
    This adds the changes-before filter to the servers,
    os-instance-actions and os-migrations list for
    filtering resources which were last updated before
    or equal to the given time. The changes-before filter,
    like the changes-since filter, will return deleted
    server resources.
    
    Depends-On: https://review.openstack.org/599276/
    Part of bp support-to-query-nova-resources-filter-by-changes-before
    
    Change-Id: I7c6ea00303374d605bda8ef1b62c5de1b4567696
    
  - docs: Add redirects
    
    These were missed for some reason. Let's add them now.
    
    While we're here, we add the '-d DOCTREE_DIR' argument to our
    'sphinx-build' call to handle Sphinx 1.8's change in behavior for where
    doctrees are output.
    
    Change-Id: I5c862a74f92a44bf5248f858e26826eef76c11f0
    Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
    
  - Follow the new PTI for document build
    
    - Follow new PTI for docs build
    - Add sphinxcontrib.apidoc to replace pbr autodoc
    
    REF:
    https://governance.openstack.org/tc/reference/project-testing-interface.html
    http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
    http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html
    
    Change-Id: Ic66fe4d5488c7777439a416fbf86d37af807804d
    Closes-Bug: #1792115
    
  - Merge "Improve the description of optional arguments"
  - Merge "Cleanup zuul.yaml"
  - Merge "add lib-forward-testing-python3 test job"
  - Merge "add python 3.6 unit test job"
  - Merge "switch documentation job to new PTI"
  - Merge "import zuul job settings from project-config"
  - Improve the description of optional arguments
    
    This patch is a follow-up patch for
    Ib4ce831a5031459d350fa73601e878e7b319640f.
    
    Improve the description of optional arguments
    in the CLI reference and help text.
    
    Change-Id: I6313b8a584385daa7e9fbd558d431faa43015449
    
  - Cleanup zuul.yaml
    
    Couple of cleanups:
    * Use openstack-lower-constraints-template, remove jobs that are part
      of templates.
    * Use openstack-tox-cover template, this runs the cover job
      in the check queue only. Remove post job.
    * Sort list of templates.
    
    Change-Id: I0f186ba675ecb5802ef6a84ac05727a8621d3768
    
  - Add missing options in CLI reference
    
    Add the following missing options in the CLI reference.
    
    * nova instance-action-list
      - marker
      - limit
      - changes-since
    
    * nova migration-list
      - marker
      - limit
      - changes-since
    
    Change-Id: Ib4ce831a5031459d350fa73601e878e7b319640f
    Closes-Bug: #1791125
    
  - add lib-forward-testing-python3 test job
    
    This is a mechanically generated patch to add a functional test job
    running under Python 3 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: I58ae5f91517700745073cc06ead073ba13ac923d
    Story: #2002586
    Task: #24315
    
  - 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: Ib497e0a8cec7656925441c252f0eda96ad32b9b9
    Story: #2002586
    Task: #24315
    
  - 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: I7fa9df3d37285ee2427a4275b738b7c7e69a9177
    Story: #2002586
    Task: #24315
    
  - 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: I84676a89b612b7ac4e925534ba81203048fd2866
    Story: #2002586
    Task: #24315
    
  - Enable split logging for cinder-novaclient interaction
    
    This patch ensures that log messages[1][2][3] are logged only when
    keystoneauth=DEBUG is enabled in cinder.conf. This will also enable
    us to consume split_logger config option [4] when enabled in cinder
    without making any additional changes in client code.
    
    [1] REQ: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@391
    [2] RESP: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@422
    [3] RESP BODY: https://review.openstack.org/#/c/505764/8/keystoneauth1/session.py@454
    [4] https://review.openstack.org/#/c/568878/
    
    Closes-Bug: #1782134
    Change-Id:I3c47b5249141b3f05b2f54984bb5b1d7801a02bc
    
  - Merge "Replace os-client-config to openstacksdk"
  - Replace os-client-config to openstacksdk
    
    Since now os-client-config has been superceded by openstacksdk[1].
    So need to replace the os-client-config.
    
    [1]:https://docs.openstack.org/os-client-config/latest/
    
    Change-Id: Ia0e0671720de4713098e9d0faa1d7dc0c4ae6147
    
  - Merge "Use uuidutils of oslo.utils"
  - Use uuidutils of oslo.utils
    
    Replace standard uuid library with uuidutils of oslo.utils.
    
    TrivialFix
    Change-Id: Ibb6ec8b56a404685d9727f1b771dbff178fdecdf
    
  - Fix server strings in reboot operation
    
    The following message is shown currently in the reboot operation.
    
      Request to reboot server <Server: server1> has been accepted.
    
    The server name string is a bit odd. So fix it as follows.
    
      Request to reboot server server1
      (ff79e91e-e2a7-4e0f-b4c3-7157676d43c9) has been accepted.
    
    Change-Id: I62df4589dc950f69fdc23eafcbb5792e897cb635
    Closes-Bug: #1785495
    
  - Refactor the getid method in novaclient/base.py
    
    TrivialFix
    Change-Id: I30aa4cea658bd3b96f9e7e3d7037232fed8d3749
    
  - Use jsonutils of oslo.serialization
    
    Both standard json library and jsonutils of oslo.serialization are used.
    Replace standard json library with jsonutils for consistency.
    
    Change-Id: Id6cbb4d78817ff4993b73538935cc4cc61b64a72
    
  - Update reno for stable/rocky
    
    Change-Id: I05c3e246c1ae10110c9a951da2d3b9b66380e38a
    
  - Fix the help text for server-group-create
    
    Replace `` with " in the help text of the server-group-create command
    for consistency with other help text.
    
    TrivialFix
    Change-Id: Iaeb00b11a723e16a295c6692f6f38e91bc9490f7
    
  - Merge "Add support for microversion 2.65"
  - Merge "Fix inconsistency"
  - Fix inconsistency
    
    Replace "of"s with "off"s to be consistent with the rest.
    
    Change-Id: I4a99e733f9ecdbc080f1158b8c90af888d619cdc
    
  - Merge "Microversion 2.64 - Use new format policy in server group"
  - Add support for microversion 2.65
    
    There are no functional changes for this, just bumping
    the supported client-side version and updating docs.
    
    Depends-On: https://review.openstack.org/573136/
    
    Part of blueprint abort-live-migration-in-queued-status
    
    Change-Id: Ie0777dbe4d82892ec75b353f6b13ee2d2c5db72c
    
  - Microversion 2.64 - Use new format policy in server group
    
    Added support for microversion 2.64, which includes the
    following changes:
    
    - The ``--rule`` option is added to the
    ``nova server-group-create`` CLI that enables user to create
    server group with specific policy rules.
    
    - Remove ``metadata`` column in the output of
    ``nova server-group-create``, ``nova server-group-get``,
    ``nova server-group-list``.
    
    - Remove ``policies`` column, , add ``policy`` and ``rules``
    columns in the output of ``nova server-group-create``,
    ``nova server-group-get``, ``nova server-group-list``.
    
    Depends-On: 3cd26f1e68b09ba7925e794ac8912566c239b6df
    blueprint: complex-anti-affinity-policies
    
    Change-Id: I903f4b5544806b9d3c8bac529448abbc9dd3cee9
    
  - Switch to stestr
    
    According to Openstack summit session [1],
    stestr is maintained project to which all Openstack projects should migrate.
    Let's switch to stestr as other projects have already moved to it.
    
    [1] https://etherpad.openstack.org/p/YVR-python-pti
    
    Change-Id: I55060b1d99b9a00b20c98fbb429d072568265695
    
  - Rename --endpoint-override to --os-endpoint-override
    
    The ``--endpoint-override`` command line argument has been deprecated.
    It is renamed to ``--os-endpoint-override`` to avoid misinterpreting
    command line arguments.
    It defaults to the ``OS_ENDPOINT_OVERRIDE`` environment variable.
    
    The deprecated ``--bypass-url`` command line argument has been removed.
    
    Change-Id: Ic8a6559cd62d46b837fa9c04b482a46ceba829db
    Closes-Bug: #1778536
    
  - Add release note link in README
    
    Change-Id: Ife1471e7a3139f3997fff10b7a6f472509b8ee52
    
  - Merge "Fix trusted-image-certificate-id help text"
  - Fix help text in server-group-create
    
    Only one policy is allowed in server-group-create.
    
    Change-Id: Id9cb6f96a5f8bcece1bcda88a97c6fb5f8a58bba
    Related-Bug: #1767287
    
  - Fix trusted-image-certificate-id help text
    
    Fix the help text for nova boot to include that a parameter
    is expected for trusted-image-certificate-id.  Also update the
    UnsupportedAttribute error to mention the env variable to
    reduce confusion.
    
    Change-Id: Ic5980b610e5fd97d3a858a2a513e2863657f36c2
    
  - Merge "Modify novaclient to support basic attributes"
  - Merge "Microversion 2.63 - Add trusted_image_certificates"
  - Microversion 2.63 - Add trusted_image_certificates
    
    This change adds a `--trusted-image-certificate-id` option to the
    `nova boot` and `nova rebuild` commands. This option takes in a
    a single trusted certificate ID. The option may be used multiple times
    to specify multiple trusted certificate IDs, which will be
    used to validate certificates in the image signature verification
    process. If ID values are not specified using this option, the value of
    the newly added OS_TRUSTED_IMAGE_CERTIFICATE_IDS environment variable
    will be used instead. This value will be converted into a list before
    being passed on.
    
    The ``nova rebuild`` command also gets a new
    ``--trusted-image-certificates-unset`` option to unset/reset the
    trusted image certificates in a server during rebuild. This is
    similar to unsetting key_name and user_data during rebuild.
    
    Corresponding `trusted_image_certificates` kwarg has been added to the
    server create and rebuild Python API bindings.
    
    Co-Authored-By: Brianna Poulos <Brianna.Poulos@jhuapl.edu>
    Co-Authored-By: Matt Riedemann <mriedem.os@gmail.com>
    Change-Id: I235541a689732826950c7b2a510d5835211120c3
    Implements: blueprint nova-validate-certificates
    
  - Add CLI docs reference for flavor-update
    
    When the flavor-update command was added, we didn't
    have the CLI docs in-tree so this was missed.
    
    Change-Id: I3d5da9ac206d82b3fb3c51fa0872a3bae69d0a7e
    
  - Remove doc/build when building docs
    
    Wipe out the existing doc/build when rebuilding the docs.
    
    Change-Id: Idd7f6dc171425402b8d7ff7962dc09e7c576986b
    
  - Modify novaclient to support basic attributes
    
    Added support for parsing OS_PROJECT_DOMAIN_ID, OS_PROJECT_DOMAIN_NAME,
    OS_USER_DOMAIN_ID, and OS_USER_DOMAIN_NAME options.
    
    Change-Id: I9e1a3426f174c2e6d9f4f6bf10e9aecb62bad8d0
    Closes-Bug: #1744118
    
  - Merge "fix tox python3 overrides"
  - Remove PyPI downloads
    
    According to official site,
    https://packaging.python.org/guides/analyzing-pypi-package-downloads/
    PyPI package download statistics is no longer maintained and thus
    should be removed.
    
    Change-Id: I98fb84b6724a43afc91686e939ea26c94a4e8176
    
  - 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: I2cb16250241781abe7c5a7d7de37612f07ff2b0b
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Merge "Revert "Fix listing of instances above API max_limit""
  - Add a note in the nova CLI reference about using OSC
    
    We want to eventually ween people off the nova CLI and
    get them to use the unified openstack CLI, so this adds
    a note about that.
    
    Change-Id: Ia854d2b83b489f67e514a6c066fe1bdc9549f9d3
    
  - Import nova CLI reference from openstack-manuals
    
    This replaces the old CLI reference main page for
    the various nova commands with the more complete
    CLI reference that was in the openstack-manuals
    report based on the "before-migration" tag in
    that repo, which was the tag before the centralized
    docs were dropped in Pike and should have been
    moved into per-project repos, in this case
    python-novaclient.
    
    The command reference in here is a bit old and
    should be cleaned up, but this is better than
    what we have today, which is nothing.
    
    Change-Id: If19cfcafc90fddb930c124a5b9845d4eae1f6093
    Closes-Bug: #1775281
    
  - Revert "Fix listing of instances above API max_limit"
    
    This reverts commit eff607ccef91d09052d58f6798f68d67404f51ce.
    
    There was no apparent need for the change being reverted since
    user can list all servers by specifying --limit=1 when running
    the nova list command.
    
    The change introduced a problem whereby the first pass to
    list instances from the server would get up to
    [api]/max_limit (default 1000) results and then call again
    with a marker. If the last instance in the list (the marker)
    is corrupted in the instance_mappings table in the API DB
    by not having an associated cell mapping, listing instances
    will always fail with a MarkerNotFound error even though
    the CLI user is not passing a marker nor specifying
    --limit=-1. The corrupted instance mapping record resulting
    in the MarkerNotFound error is something else that should
    be fixed on the server side (and likely result in a 500) but
    the change in behavior of the CLI makes it always fail
    if you hit this even if you're not passing a marker.
    
    Change-Id: Ibb43f500a74733b85bd3242592d36985bfb45856
    Closes-Bug: #1773945
    
  - Fix the incorrect cirros default password
    
    Following by https://docs.openstack.org/image-guide/obtain-images.html#cirros-test
    
    Change-Id: Iee3b90900e238b717020c4b7f32e5a5f346bef95
    
  - Fix the policy argument in server-group-create
    
    In the "server-group-create" command, multiple policies
    can be specified currently. But only one item is allowed
    in the nova side. So make the command allow only one policy.
    
    Change-Id: Ifd2d084faa2b849d6ee466d9accbad21b6a4e11b
    Closes-Bug: #1767287
    
  - Make sure microversion < 2.62 does not show host(Id) for instance actions
    
    This adds a simple assertion that when microversion < 2.62, the
    "nova instance-action" CLI does not show host or hostId output.
    
    Related to blueprint add-host-to-instance-action-events
    
    Change-Id: I6e0866d9daff75046a5e82f57ff745d494b4b5ed
    
  - Microversion 2.62 - Add host/hostId to instance action event
    
    Adds support for microversion 2.62 which adds ``host``
    (hostname) and ``hostId`` (an obfuscated hashed host id string)
    fields to the instance action
    ``GET /servers/{server_id}/os-instance-actions/{req_id}`` API.
    
    The event column is already included in the result of
    "nova instance-action <server> <request-id>" command, therefore
    does not have any CLI or python API binding impacts in the
    client.
    
    Related nova API change: I2f8b4a12a088b9ed96b428eafde2e0c478fb1db5
    
    Part of blueprint: add-host-to-instance-action-events
    
    Change-Id: Iee7e1a3a22249c98873aa96694fd4885916cd097
    
  - 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: I2b4af1f3d89b775657e03b801ec84ef498ca24c8
    
  - [CLI] Fix token auth type
    
    There are 2 known issues which breaks token auth method in CLI:
    
    * The wrong check of flag (the check should be for --os-token since
      arguments are not parsed at that moment) is performed in CLI inner method
      `_append_global_identity_args`. It led to usage of "password" auth
      type by default[1] even if `--os-token` cli argument is specified.
      If `--os-auth-type` is specified to token, keystoneauth1 library makes
      the right decision[2].
    
    * Based on an auth type, keystoneauth library registers different CLI
      arguments[3]. It means that `--os-username` argument is available only
      in password auth type, `--os-token` is available only in token auth
      type, etc.
      It also affects the way in which the python code should access such
      arguments. The arguments which are unrelated to the selected auth type
      are omitted from the parsed arguments object.
      That sounds reasonable, but unfortunately the code assumes the
      unrelated arguments are always present which leads to an
      AttributeError.
    
    Combination of these 2 issues made token auth type broken in CLI layer.
    
    [1] ee2221f052/novaclient/shell.py (L255-L257)
    [2] 14dd37b34c/keystoneauth1/loading/cli.py (L51-L52)
    [3] 14dd37b34c/keystoneauth1/loading/cli.py (L65-L73)
    
    Closes-Bug: #1659015
    Change-Id: Ibc861d396b71fe105288d8336623cc22cf92523e
    
  - Merge "Microversion 2.61 - support extra_specs in flavor API"
  - Merge "Fix comments in novaclient/tests/unit/fakes.py"
  - Microversion 2.61 - support extra_specs in flavor API
    
    Starting from microversion 2.61, the responses of the 'Flavor' APIs
    include the 'extra_specs' parameter. Therefore 'Flavors extra-specs'
    (os-extra_specs) API calls have been removed in the following commands
    since microversion 2.61.
    
    * nova flavor-list
    * nova flavor-show
    
    Change-Id: I10d621d9b62764114d55cb368e720d182eaffd11
    Implements: blueprint add-extra-specs-to-flavor-list
    
  - Fix comments in novaclient/tests/unit/fakes.py
    
    Replace 'Assert than' with 'Assert that'.
    
    TrivialFix
    Change-Id: I426895467dfa693214f78b495d82e730f4307b9d
    
  - Stop printing flavor details on successful flavor-delete
    
    It's weird that the flavor-delete CLI would print out the
    details of the flavor the user just deleted, rather than give
    some confirmation message, or simply not print anything out
    at all, which is arguably more expected behavior when deleting
    a resource. This change simply removes the output on successful
    deletion which brings "nova flavor-delete" more inline with other
    delete CLIs, including "openstack flavor delete" behavior.
    
    While in here, the variable and docstring code is updated to
    reflect reality and a release note is added in case anyone was
    ever relying on this odd behavior.
    
    Change-Id: Ie3e07b45cc70213cde4e6077c604c9f2835c75ad
    Closes-Bug: #1764420
    
  - Merge "Replace GB with GiB"
  - Merge "Fix AttributeError in getting a resource ID"
  - Replace GB with GiB
    
    In documents and comments, 'GB' (gigabyte) is used.
    Strictly 'GiB' (gibibyte) should be used.
    So replace 'GB' with 'GiB'.
    
    Change-Id: Ic03f202d4fe357bc6400275abdccd4b37521f4a3
    Closes-Bug: #1521791
    
  - Fix AttributeError in getting a resource ID
    
    In the 'wait_for_resource_delete' method of the 'ClientTestBase' class,
    the following statement is executed when timeout.
    
      self.fail("The resource '%s' still exists." % resource.id)
    
    The 'resource' variable is passed in the argument of
    the 'wait_for_resource_delete' method.
    It is sometimes a string which is a resource ID.
    
    When it is a string (a resource ID), AttributeError is raised
    at the statement.
    This patch fixes the issue.
    
    Change-Id: I558026de54a5cc75359225b50054934a220f3e5c
    Closes-Bug: #1704132
    
  - Fix validation for command arguments
    
    In the "Update Aggregate" API,
    if both an availability zone and a name are not specified,
    a 400 error is returned.
    
    It should be checked in the novaclient side (nova command).
    So add the validation for it at the 'nova aggregate-update' command.
    
    Change-Id: If50579ef3572a10b67e6da32e3258917901e9d9d
    Closes-Bug: #1696891
    
  - Merge "add lower-constraints job"
  - Updated from global requirements
    
    Change-Id: I2bbc33f1b8047c28ee257f588f5b33ba0e11dbbd
    
  - 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.
    
    Change-Id: I5c23fc5f4e31b461255865fb8973cc05c448e364
    Depends-On: https://review.openstack.org/555034
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Merge "Fix local test fails with pypy"
  - Fix local test fails with pypy
    
    tox: ERROR: pypy: InterpreterNotFound: pypy
    
    Maybe we need to remove pypy-constraints from envlist in tox.ini
    because there is no effect to review.
    
    Change-Id: I1ff1cb103dcaad1396bc2bda487165feae6b0931
    Closes-Bug: #1756108
    
  - Updated from global requirements
    
    Change-Id: Iee40a8c0d7c6732cddac59e99ee39ebe3baf68fe
    
  - Updated from global requirements
    
    Change-Id: Ic73c18e76a4200a82d88d5eb63c24eab6b15cac4
    
  - Updated from global requirements
    
    Change-Id: I34e1019d1a78344bc4d4bec72d7a8639a214933d
    
  - Updated from global requirements
    
    Change-Id: I3329b703944b9f39df1f6b70878abc0c58c2fc12
    
  - Add os-testr in test-requirements.txt
    
    The py27 and py35 jobs fail because the subunit-trace command
    is not found. The command is utilized in tools/pretty_tox.sh.
    But os-testr is not included in test-requirements.txt.
    So add it to fix the gate job failures.
    
    Change-Id: I5ea7269d75413ebcc1311e4d9e6e1d1f60092cc9
    Closes-Bug: #1753898
    
  - Merge "Fix a comment in novaclient/api_versions.py"
  - Fix a comment in novaclient/api_versions.py
    
    'cliutils.arg' has been replaced with 'utils.arg'
    in the following patches.
    
    Iaec234fbcf4d0f8c7e8f2175eae11d3083a62090
    I12b03aa0a13c95ae949adf7e876c675ce309bae5
    I405044af3912d86da66df05413edfc724bc102d0
    I8103adafde7d8b3a101181366639314740f9a25a
    
    So replace 'cliutils.arg' with 'utils.arg'
    in a comment.
    
    TrivialFix
    Change-Id: Id26b941979dd1a94c20c05d4debcd0ed2f1470e0
    
  - Merge "Clean imports in code"
  - Clean imports in code
    
    In some part in the code we import objects. In the Openstack style guidelines
    they recommend to import only modules. [1]: "Do not import objects, only modules".
    
    [1] https://docs.openstack.org/hacking/0.10.3/
    
    Change-Id: Id4b47eeae1d3e86a3cb259c32fcb376ffbd3f8c7
    
  - Fix the docstring for the update method
    
    It is impossible to provide a description to update method
    in versions 2.0-2.18. But the docstring of the method says
    that it can update a description.
    
    Change-Id: I832e8a752779277a045bd127e2e6c6a3ae88f840
    
  - Updated from global requirements
    
    Change-Id: I7288c55f19aec77faf8d1a16ec1b625f2cc15ce1
    
  - Updated from global requirements
    
    Change-Id: Idab1627d1b4d6fecc02d482f931a9ae072b46f09
    
  - Merge "Remove 2 redundant methods"
  - Remove 2 redundant methods
    
    I suppose that methods get_resource_manager_extra_kwargs and
    add_resource_manager_extra_kwargs_hook were designed in those days when
    Nova API had extensions.
    Nowdays, Nova API has strict schema validation of requests, so no
    additional arguments are allowed and these methods look redundant.
    
    The fact that get_resource_manager_extra_kwargs lists of the objects
    added by add_resource_manager_extra_kwargs_hook whereas
    add_resource_manager_extra_kwargs_hook is not called anywhere
    doesn't add chances for leaving these methods in our code.
    
    Compatibility: both methods are designed for CLI and the CLI behaviour
      will not change after removing them, so we can do a cleanup without
      following standard deprecation cycle.
    
    Change-Id: Id61457c3db8a17e2294dc579b2519873927fec48
    
  - Merge "Fix crashing console-log"
  - Fix crashing console-log
    
    Because of encoding issue, the "nova console-log" is prone to a stack
    dump, as explained in the bug report.
    
    This patch sets the encoding output of stdout to utf8 before attempting
    to print in it.
    
    Change-Id: I63bc3dc8807021f5a97f58b0fe13a10d93688c7e
    Closes-Bug: 1746534
    
  - Fix listing of instances above API max_limit
    
    Output of `nova list` command contained only `max_limit` entries even
    when there were more. The list needs to be obtained in multiple
    requests and the paging loop was terminated prematurely.
    
    Change-Id: I4194e6d5e34ecc0ac704851c08bb895e223aa850
    Closes-Bug: 1743532
    
  - Merge "Add CLI to show instance usage audit logs"
  - Merge "Implement hypervisor hostname exact pattern match"
  - Merge "nova limits ERROR (Exception): Field names must be unique"
  - Merge "Zuul: Remove project name"
  - nova limits ERROR (Exception): Field names must be unique
    
    Running `nova absolute-limits` or `nova limits` can fail
    when unaccounted for limits are returned
    
    This works OK for a standard Vanilla OpenStack deployment
    today, but it is quite fragile if new limit types are
    introduced, or if a deployer sends back
    other custom limits.
    For instance, my limits include `maxTotalPrivateNetworks`
    and `totalPrivateNetworksUsed` limits, which do not map
    accordingly, and thus result in an error.
    
    This happens when 'Others' field(custom limit type) is
    occuring more than once which is not handled in code
    causing multiple columns having same name.
    Which throws exception and does not pretty prints
    absolute limit.
    
    This fix should also fix any future custom limits.
    
    Closes-bug: #1546767
    
    Change-Id: I1d3cf707722fc71c20cf4ec517b3f4f4875480e0
    
  - Zuul: Remove project name
    
    Zuul no longer requires the project-name for in-repo configuration.
    Omitting it makes forking or renaming projects easier.
    
    Change-Id: I9f67465dc14d90d2a79bd3e3964bb4aa14a59c06
    
  - Implement hypervisor hostname exact pattern match
    
        When starting cold migration with nova command "nova host-
        servers-migrate compute-1", the migration started from all
        compute hosts starting with name "compute-1", not only from
        compute-1 host. The same thing happens to "nova host-meta",
        "nova host-evacuate", "nova host-evacuate-live" as well.
    
        With the "--strict" option added to these nova commands, the
        action will be applied to a single compute with the exact
        hostname string match, but not to the computes with hostname
        substring match. Error handling is also added to these nova
        commands such that when specified hostname name does not exist,
        "NotFound" will be returned.
    
    Closes-Bug: #1667794
    Change-Id: I5610efa160864b0d91cd67961883a6bec5bb8dd0
    
  - Add CLI to show instance usage audit logs
    
    Currently we can get instance usage audit logs via Nova API,
    and the docs also update for it. It is necessary to add that
    to our client and CLI.
    
    This patch adds the following command.
    
    nova instance-usage-audit-log [--before <before>]
    
    Co-Authored-by: Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
    Change-Id: I4ef8e40c322f1768ee1b5e01e9681cab0e2804bd
    
  - Merge "Updated from global requirements"
  - Update reno for stable/queens
    
    Change-Id: I241ad34451a8e1e26dd4bc679b80cc02da176d53
    
  - Updated from global requirements
    
    Change-Id: I0aa83fc265f2c274d703fa402c09887b32204aa1
    
  - Merge "Add support for microversion 2.60 - volume multiattach"
  - Merge "Microversion 2.59 - Migrations list pagination"
  - Add support for microversion 2.60 - volume multiattach
    
    There are no client-side changes for this, we're just
    registering the microversion support. Someone would have
    to use this microversion when trying to attach a multiattach
    capable volume to a server.
    
    Related nova API change: I02120ef8767c3f9c9497bff67101e57e204ed6f4
    
    Part of blueprint multi-attach-volume
    
    Change-Id: Iff590954e7e12ee630140024f70c98d3cfa14a31
    
  - Merge "Microversion 2.58 - Instance actions list pagination"
  - Merge "Add support for the 2.57 microversion"
  - Microversion 2.59 - Migrations list pagination
    
    Add optional parameters 'limit', 'marker' and 'changes-since' to the
    os-migrations endpoints for pagination.
    
      /os-migrations?limit={limit}&marker={migrations_uuid}
      /os-migrations?changes-since={changes-since}
    
    Change-Id: I7437a61ee07c339b43d008204d1416044a407b68
    Implement: blueprint add-pagination-and-change-since-for-migration-list
    Depends-on: I7e01f95d7173d9217f76e838b3ea71555151ef56
    
  - Merge "Update documentation links"
  - Update documentation links
    
    Update doc links according to OpenStack document migration
    
    Change-Id: I189f2b31456203c80234a44cbf87534f8c159ed0
    
  - Updated from global requirements
    
    Change-Id: Ie5cb08fa1b2724e7065009136b7fb4ce49e35a08
    
  - Add missing spaces in `nova list --changes-since` help
    
    trivialfix
    
    Change-Id: I394bfa9c2232f5cb150be35aa25d7b895fc40046
    
  - Microversion 2.58 - Instance actions list pagination
    
    Add optional parameters 'limit', 'marker' and 'changes-since' to the
    os-instance-actions endpoints for pagination.
    
    Implement: blueprint pagination-add-changes-since-for-instance-action-list
    
    Change-Id: Ie66d9b00c90236fdcc01aed7649dc7f163aa323e
    
  - Add support for the 2.57 microversion
    
    With the 2.57 microversion, we:
    
    * Deprecate the --file option from the nova boot and
      nova rebuild CLIs and API bindings.
    * Add --user-data and --user-data-unset to the nova rebuild
      CLI and API bindings.
    * Deprecate the maxPersonality and maxPersonalitySize fields
      from the nova limits and nova absolute-limits CLIs and API
      bindings.
    * Deprecate injected_files, injected_file_content_bytes, and
      injected_file_path_bytes from the nova quota-show,
      nova quota-update, nova quota-defaults, nova quota-class-show,
      and nova quota-class-update CLIs and API bindings.
    
    Part of blueprint deprecate-file-injection
    
    Change-Id: Id13e3eac3ef87d429454042ac7046e865774ff8e
    
  - Remove deprecated services binary CLI arg
    
    The services CLI 'binary' arg was deprecated in Pike
    via change Idd0d2be960ca0ed59097c10c931da47a1a3e66fb
    because with cells v2 support in the API, the binary
    argument for the enable/disable CLIs doesn't make sense
    as the only binary those work with is 'nova-compute'.
    So this removes the deprecated argument and hard-codes
    the value to be 'nova-compute'.
    
    Change-Id: I60490f3d74212bb172dccc1c7d337198e1021236
    
  - Remove deprecated fixedip/floatingip/virtual interface CLIs/APIs
    
    The add-fixed-ip, remove-fixed-ip, floating-ip-associate,
    floating-ip-disassociate, and virtual-interface-list CLIs
    and related python API bindings were deprecated in the 9.0.0
    release in Pike via change Ie76283962c375b735f30ccb3053db07cf2330de2.
    This removes the CLIs and related python API bindings and will go
    into the 10.0.0 release.
    
    Change-Id: Icb667973c65d26395db660b1c7b919550db66d08
    
  - Remove deprecated os-hosts CLIs and python API bindings
    
    These were all deprecated in the 9.0.0 release in Pike
    via change I79091edf5a2569e49e79deba312456fdcdee09e1 and
    can now be removed. This will go into the 10.0.0 release.
    
    Change-Id: I85a287ff2666c2dcdcbbc8fd6c2e285176f7a67a
    
  - Remove deprecated cloudpipe CLIs and python API bindings
    
    These were all deprecated in the 9.0.0 release in Pike
    via change I329ee0e5fcf068ea7e54b99fbaf94a524647f660
    and we can remove them now. This will go into 10.0.0.
    
    Change-Id: Ia90a49112847e365fcdaf581dc9ee32f9a20fd85
    
  - Remove deprecated certs CLIs and python bindings
    
    The certs CLIs and python API bindings were deprecated
    in release 9.0.0 in Pike via change:
    
      If3e1e40947a8ad3f665f6a96d46de8cef6a2a190
    
    We can safely remove them now and we'll do a major version
    release for this.
    
    Change-Id: I91a49b03e4d3c661ef6072962fac416f2dc37d0b
    
  - Remove deprecated MigrationManager.list cell_name kwarg
    
    The cell_name kwarg was deprecated in Pike:
    
    I54468682d5391668a513e708e26bc3c165c95ca1
    
    And the CLI option was removed earlier in Queens (not yet
    released):
    
    I5d11eda2a6b35de98f0484492f597a87df882013
    
    But that change forgot about the python API binding code
    so this change removes that as well and updates the release
    note.
    
    Change-Id: I0cf808eaf7df80e221b412d2374b81fd402bd037
    Closes-Bug: #1668743
    
  - Fix being able to create a reno using tox -e venv
    
    Iace251446bafbd8963bc5a073de50ade583f6e46 moved the
    reno dependency to a new requirements file which broke
    the ability to create a release note using:
    
      tox -e venv -- reno new <slug>
    
    This fixes it by adding the doc/requirements into the
    venv tox environment.
    
    Change-Id: I243d4d5148964511a83855d2b1b451aa1543b98b
    
  - Merge "Remove incorrect legacy QuotaSet.id property"
  - Merge "Updated from global requirements"
  - Remove incorrect legacy QuotaSet.id property
    
    The QuotaSet.id property was added in commit
    d17505462db3876a781016b16464e8ed967ae50d assertin
    that the os-quota-set response had no id in it, but
    it always has, ever since the API was added in commit
    6220c4276e30c633ffc4165ce6db0d120c0e88a7 in nova.
    
    This change removes the incorrect property and fixture
    data that returns a tenant_id in the response which the
    API doesn't actually do.
    
    The test_quota fixture data is also updated to fix the
    name on the key_pairs key and add missing keys in the
    response for server groups.
    
    Change-Id: Ifaf59813e75876334dcc2ac239ed6bdddb495aa7
    
  - Updated from global requirements
    
    Change-Id: Ib79f8a8b2e14d1f2c7a1143b2f29ac1571f31299
    
  - boot: error out if no images match the property from --image-with
    
    We may fail to get a image when setting --image-with
    meta_key=meta_value.
    We should error out, rather than sending a request then
    waiting for the errors from the remote side.
    
    Change-Id: I54a645a533e39b069e50fdee6893f8b0cced494c
    Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
    
  - Merge "Update new documentation PTI jobs"
  - Update new documentation PTI jobs
    
    For compliance with the Project Testing Interface as described in [1].
    For more detailed information, please refer to [2].
    
    [1] https://governance.openstack.org/tc/reference/project-testing-interface.html
    [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
    
    Change-Id: Iace251446bafbd8963bc5a073de50ade583f6e46
    
  - boot: show warning if more than one match when setting --image-with
    
    When setting --image-with meta_key=meta_value, we may got
    more than one results.
    We selected the first matched one silently.
    
    This patch prints a warning message for this scenario.
    
    Change-Id: I5be73fb61fb08d3abd0a509f3ac5cb6ea623c85a
    Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
    
  - Merge "flavor create: clarify --swap description"
  - Remove irrelevant note
    
    Since Id649d16ec2cdeb04bbaf2239a5e813abcca9c65d
    do_rename method does not exist so we can remove related
    note.
    Also, the note is incorrect, so do not change the check.
    
    Change-Id: I4bb0ce22b86db1cb8e474f563e50db11a838d411
    
  - flavor create: clarify --swap description
    
    --swap will add a additional storage device,
    which not affect the original swap partition/device.
    
    This patch will clarify this misleading description.
    
    Change-Id: I58c8157844cb4ece0cc43d7097d75a3ac4fa4d02
    Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
    
  - Updated from global requirements
    
    Change-Id: If6afc12a2e76adcd3c7ceb085f4c2cb86fa91a7b
    
  - Merge "CommandError is raised for invalid server fields"
  - Updated from global requirements
    
    Change-Id: Ib2e28ffd160afd28e57531fbe548185aeb4dee45
    
  - Optimize jobs run on novaclient
    
    novaclient run 2 jobs for functional tests
    - novaclient-dsvm-functional-identity-v3-only	(non-voting)
    - novaclient-dsvm-functional-neutron
    
    These 2 were added when neturon and identity v3 were not default
    in devstack. Now both run as default and we do not separate job
    to run.
    
    This commit does below changes:
    - delete the 'novaclient-dsvm-functional-neutron'
    - In 'novaclient-dsvm-functional-identity-v3-only'
      - make 'novaclient-dsvm-functional-identity-v3-only' as voting
      - cleanup some 'if' condition which are hardcoded true now
      - rename 'novaclient-dsvm-functional-identity-v3-only' to 'novaclient-dsvm-functional'
    
    NOTE: this not going to backport to stable branch as they seems running
    identity v2 and v3 in those jobs. Let's keep the same setup there.
    
    Change-Id: I4bc564e548876ef4d3b30e736c0055f19c062319
    
  - Merge "Remove deprecated command in nova.rst"
  - Remove deprecated command in nova.rst
    
    nova image-list has been deprecated in python-novaclient, so
    the documentation should be updated.
    
    Change-Id: Iacd9e0e6c99ef0e5c40c716d0aa56ba0f2972fc3
    Closes-Bug: #1737074
    
  - CommandError is raised for invalid server fields
    
    When listing servers with fields of invalid type, a TypeError was
    raised. With this change and in order to ensure the validity of the
    fields, we are whitelisting them using the keys of the dictionary
    Resource.to_dict(). For all fields not in the whitelist a CommandError
    is raised.
    
    Change-Id: I647fa611d29745f830daadac1c3f9c1c71c2733a
    Closes-Bug: #1733917
    
  - inject file: add method of showing quota value of injecting files for 'rebuild' command
    
    Adding command of how to get the quota value of injecting
    multiple files, as we've already done in 'boot' command.
    
    Change-Id: Ib5ee9658a9e15b849dce729719f8297d2108de57
    Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
    
  - Merge "Microversion 2.56 - Enable cold migration with target host"
  - Merge "Avoid tox_install.sh for constraints support"
  - Updated from global requirements
    
    Change-Id: I3773f6a1ff19e9e0d051ab77df9653686ec7bd40
    
  - Microversion 2.56 - Enable cold migration with target host
    
    Change-Id: I4deea811ffae3e7944d5ec10ca0bbf2bfa056a7c
    Implements: blueprint cold-migration-with-target-queens
    
  - Avoid tox_install.sh for constraints support
    
    We do not need tox_install.sh, pip can handle constraints itself
    and install the project correctly. Thus update tox.ini and remove
    the now obsolete tools/tox_install.sh file.
    
    This follows https://review.openstack.org/#/c/508061 to remove
    tools/tox_install.sh.
    
    Change-Id: I7f06c0be47f57a9c1ee3cadc7328b1b1b138b3cd
    
  - Merge "Move zuulv3 jobs to project repo"
  - inject file: add description of injecting multiple files.
    
    We support inject multiple files by one cmd.
    This patch adds some description and limitation
    in help messages.
    
    Change-Id: I481d2c83530c82e18661a13d53580501e721754f
    Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
    
  - Merge "[ci] Use pseudo-random names for new resources"
  - Merge "[functional] Remove duplication of boot helper"
  - [ci] Use pseudo-random names for new resources
    
    Random names of resources makes the task impossible to find a test which
    doesn't clean resources after a launch.
    
    This patch changes name_generate method to generate names including a name
    of the test, which can be really helpful.
    
    Also, the simple script that prints resources after test run is added.
    
    Change-Id: Id3a743afb624dd4bf8ed3523a1916455fd93655a
    
  - Merge "Use utils.prepare_query_string instead of duplicated code"
  - Add support for microversion 2.55 - flavor description
    
    This adds the support for microversion 2.55 which allows creating
    a flavor with a description, showing the description in flavor details,
    and updating the description on an existing flavor. Related python API
    bindings are added, and the new "nova flavor-update <description>" CLI
    is added.
    
    Implements blueprint flavor-description
    
    Change-Id: I0a09c0a63d2e91ef5aa31a8e43e28f8745faae14
    
  - Use utils.prepare_query_string instead of duplicated code
    
    There are some duplicated code in nova client for generating
    query string.
    
    The 'prepare_query_string' method can convert dict params to
    query string(it transforms the dict to a sequence of two-element
    tuples in fixed order, then the encoded string will be consistent
    in Python 2&3.)
    
    This patch use utils.prepare_query_string instead of these and
    plus some notes in the 'prepare_query_string' method.
    
    Change-Id: Idb3c5e97f8bbcd5ec5446f776c10fa8c84b54d5d
    Closes-Bug: 1727968
    
  - Move zuulv3 jobs to project repo
    
    This patch moves the zuulv3 jobs for python novaclient.
    
    Needed-By: I1508933ef77669754adf8032fc3d835960f78cb7
    Needed-By: I37b02be0aeffc3a0f0516616b5294444012b8dea
    
    Change-Id: I43a8435485751748ca6228f67d401945cb32652e
    
  - Merge "Microversion 2.54 - Enable reset keypair while rebuild"
  - [functional] Remove duplication of boot helper
    
    The base test class for functionl tests has an unified helper method for
    booting VM and waiting for active status. This method can be easily
    extended with one new argumen `flavor` to cover the case required by
    `TestServersResize` test case.
    
    This patch ports `TestServersResize` to use generic helper method.
    
    Change-Id: I9a53066dbb8907ed87a70f207b1e41b5b8a66908
    
  - Merge "Remove setting of version/release from releasenotes"
  - Microversion 2.54 - Enable reset keypair while rebuild
    
    Adds support for microversion 2.54 which adds resetting keypair and
    unsetting keypair in rebuild operation.
    Adds optional ``--key-name`` and ``--key-unset`` options
    in the ``nova rebuild`` command.
    The ``--key-name`` and ``--key-unset`` cannot be specified
    at the same time.
    
    Change-Id: Ie2a39bb29dd59c070adc94e79ea0f6473227a427
    Implements: blueprint rebuild-keypair-reset
    
  - Merge "Remove SecretsHelper"
  - Remove setting of version/release from releasenotes
    
    Release notes are version independent, so remove version/release
    values. We've found that projects now require the service package
    to be installed in order to build release notes, and this is entirely
    due to the current convention of pulling in the version information.
    
    Release notes should not need installation in order to build, so this
    unnecessary version setting needs to be removed.
    
    This is needed for new release notes publishing, see
    I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
    at
    http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
    .
    
    Change-Id: Ie7a8592f29a7d809ae9bcc2577cae563210b4de9
    
  - Merge "Stop posting to os-volumes_boot"
  - Remove SecretsHelper
    
    This code hasn't worked for over two years when
    9ed9ab68f7d2fb98c505afc3a1079a72f15c959c was added
    which does API version discovery, which requires auth,
    which happens before the SecretsHelper is used. That was
    back in the 2.27.0 release in the Liberty series.
    
    Given how long this has been broken without anyone noticing,
    and it's undocumented and untested (basically), and
    python-openstackclient properly handles prompting for a password,
    we should just remove this code rather than try to fix it.
    
    Change-Id: I62188e73a48f6878ce920a3b4724dba101564aef
    Closes-Bug: #1732744
    
  - Merge "Fix missing metavar in aggregate-update"
  - Stop posting to os-volumes_boot
    
    os-volumes_boot is an old clone of /servers and is not documented in the
    API docs. POST to /servers.
    
    Change-Id: If0161a89877f19f24e91d780cf227fdc48e7e860
    
  - Updated from global requirements
    
    Change-Id: Iefb2680c35d9d1eab550f914bb46f621162cf1c9
    
  - Fix missing metavar in aggregate-update
    
    Fix missing metavar in aggregate-update
    in order to fix inconsistency with other options.
    
    If 'metavar' is not added, 'NAME' is used instead of '<name>'.
    But it should be '<name>'.
    
    TrivialFix
    Change-Id: I22c012bac3381f63a3bfb5a5d0c6f0260d174695
    
  - Updated from global requirements
    
    Change-Id: Ie231f3abecb182f46019ad611aefb77fb6fadce6
    
  - Updated from global requirements
    
    Change-Id: Id0466fb1c6defa71c8b588f731df22c2f009cd19
    
  - Use generic user for both zuul v2 and v3
    
    Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'.
    Using $USER solves it for both cases.
    
    Change-Id: Ia3f2646bd3b5fa87c90c8dac57117fd29d73706b
    
  - Update "The nova Shell Utility" in the user guide
    
    Change-Id: I02025f364a11b7f41935fe835407852fc37b4d87
    Closes-Bug: #1723895
2019-01-07 03:45:40 +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@45c57883a7 Update git submodules based on new script 2019-01-04 14:13:17 +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@ceaeff99bc Update git submodules based on new script 2019-01-04 14:13:17 +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@312401ff65 Update git submodules based on new script 2019-01-04 14:13:17 +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@6f0f14a3a0 Update git submodules 2019-01-03 23:41:36 +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@0b356fd4bb Update git submodules based on new script 2019-01-04 14:13:17 +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@d0297a5ed0 Update git submodules 2019-01-06 08:37:05 +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@0811c5d143 Update git submodules 2019-01-04 09:12:36 +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@6a3c81f462 Update git submodules 2019-01-07 01:36:55 +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@d55129d126 Update git submodules 2019-01-04 17:18:32 +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@99d5a3dcbf Update git submodules 2019-01-06 22:12:22 +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@98589e12c9 Update git submodules 2019-01-04 17:08:27 +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@3fbcb10690 Update git submodules based on new script 2019-01-04 14:13:17 +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@8550b8e679 Update git submodules based on new script 2019-01-04 14:13:17 +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@9258d365e9 Update git submodules 2019-01-05 12:15:09 +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@5f029ab4ae Update git submodules 2017-12-25 06:44:21 +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@d2d9d6f077 Update git submodules based on new script 2019-01-04 14:13:17 +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@bb66dcd54d Update git submodules based on new script 2019-01-04 14:13:17 +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@a6e13c0e43 Update git submodules based on new script 2019-01-04 14:13:17 +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@1d5dfa2468 Update git submodules 2019-01-05 10:32:33 +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@fe82094522 Update git submodules based on new script 2019-01-04 14:13:17 +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@63a8b2b06e Update git submodules based on new script 2019-01-04 14:13:17 +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@1376bf10cb Update git submodules 2019-01-06 17:00:24 +00:00
project-config-example@a8b504e0ba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ptgbot@6f9be1606a Update git submodules based on new script 2019-01-04 14:13:17 +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@b817404aed Update git submodules based on new script 2019-01-04 14:13:17 +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@b6228764a1 Update git submodules based on new script 2019-01-04 14:13:17 +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@59c5708955 Update git submodules 2019-01-04 20:37:14 +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@419ee046f2 Update git submodules based on new script 2019-01-04 14:13:17 +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@953262c4d5 Update git submodules 2019-01-04 19:03:35 +00:00
reviewday@1992485332 Update git submodules 2017-12-09 15:46:46 +00:00
reviewstats@548a85d2a9
rpm-packaging@a6c0bce83c Update git submodules 2019-01-07 00:26:40 +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@4b5754fd5a Update git submodules 2018-03-03 16:29:19 +00:00
solum@20d99418db Update git submodules based on new script 2019-01-04 14:13:17 +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@11f2917be0 Update git submodules based on new script 2019-01-04 14:13:17 +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@29229a2482 Update git submodules 2019-01-05 02:40:18 +00:00
tripleo-common@b6f739b722 Update git submodules 2019-01-04 22:43:19 +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@fdba8a89e3 Update git submodules 2019-01-05 12:14:20 +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@43361160f9 Update git submodules based on new script 2019-01-04 14:13:17 +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@7fb8d5aa39 Update git submodules 2019-01-07 02:23:26 +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.