summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration Patchqueens-eolstable/queensOpenDev Sysadmins2019-04-193-8/+8
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Replace openstack.org git:// URLs with https://Ian Wienand2019-03-241-2/+2
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I8e39f344fa5727e994322996c1fb8afdcfe03ce5
* import zuul job settings from project-configDoug Hellmann2018-09-091-0/+7
| | | | | | | | | | | | | | | | | | | | 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: Id873df2246b39e63f6da137cc136c17ef42d6607 Story: #2002586 Task: #24342
* Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queensZuul2018-04-171-1/+1
|\
| * Update UPPER_CONSTRAINTS_FILE for stable/queensOpenStack Release Bot2018-02-011-1/+1
| | | | | | | | Change-Id: I030d873b568eaf871e1b9fab711909e67095f235
* | Merge "Update .gitreview for stable/queens" into stable/queensZuul2018-04-171-0/+1
|\ \ | |/
| * Update .gitreview for stable/queensOpenStack Release Bot2018-02-011-0/+1
| | | | | | | | Change-Id: I409eb4128dbe3a2175aefb0f5e8130f9c1aea42d
* | Updated from global requirementsOpenStack Proposal Bot2018-02-282-3/+3
|/ | | | Change-Id: Ibad42f2c4fb8e5a481900d61f1e9476117d14b85
* Fix log-enable high priority errorqueens-em2.14.0caishan2018-01-223-5/+6
| | | | | | | | | | | 1. Modify setup.cfg to make command openstack database log enable run correctlly. class EnableDatabaseInstanceLog should be in database_instances, not in database_limits. This is a HIGH priority error. 2. Originally, trove log-enable will return a log info when execute successfully. This change makes OSC log_enable acts like the origin troveclient enable_log. Change-Id: I68c5ef451c8e6c7fb189d6270bad002da7ffc9a6
* Rename zuul v3 jobAndreas Jaeger2018-01-211-4/+8
| | | | | | | | | | | | | Rename job to follow naming conventions for a shared global namespace: https://docs.openstack.org/infra/manual/drivers.html#consistent-naming-for-jobs-with-zuul-v3 Also, remove name from project stanza, it's not needed for in-tree zuul files anymore. Keep old name to allow renaming, a followup will remove it. Needed-By: I2dd2075e41680d7b85d574575a19531599dabf5e Change-Id: Id2aed659c1fcb7333b7efa4dc0a019d21bdcd51a
* Add restart to OSCcaishan2018-01-214-0/+46
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the restart command The trove command restart is now: openstack database instance restart Change-Id: I24eeb001d27eae39be5c33650e9bc04287053c8c Partially-Implements: blueprint trove-support-in-python-openstackclient
* Add log-enable to OSCcaishan2018-01-214-0/+51
| | | | | | | | | | | This change adds database support to the python-openstackclient project for the log-enable command The trove command log-enable is now: openstack database log enable Change-Id: Ia5bb395264946f79673970336e4c1f23857bb77d Partially-Implements: blueprint trove-support-in-python-openstackclient
* Merge "Add force-delete to OSC"Zuul2018-01-216-0/+122
|\
| * Add force-delete to OSCZhao Chao2018-01-206-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the force-delete and cluster-force-delete commands. The trove command force-delete is now: openstack database instance force delete The trove command cluster-force-delete is now: openstack database cluster force delete Change-Id: I919678ca6b06d3b5762eac1990cc1fbf0e149d7c Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* | Merge "Add quota commands to OSC"Zuul2018-01-206-0/+178
|\ \ | |/ |/|
| * Add quota commands to OSCZhao Chao2018-01-196-0/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the quota-show and quota-update commands. The trove command quota-show is now: openstack database quota show The trove command quota-update is now: openstack database quota update Change-Id: I989b360fd358004e1a2378bdc3a573450baff2f3 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* | Add resize-volume to OSCcaishan2018-01-194-0/+54
| | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the resize-volume command The trove command resize-volume is now: openstack database instance resize volume Change-Id: If2413a605d294db0b0ee9c7aa49fbb1c929ebcd0 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Add upgrade to OSCZhao Chao2018-01-196-0/+97
|/ | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the upgrade and cluster-upgrade commands. The trove command upgrade is now: openstack database instance upgrade The trove command cluster-upgrade is now: openstack database cluster upgrade Change-Id: Ic416d476c645fa3c697881fb001d512ed3d25d2b Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* Merge "Add cluster-instances to OSC"Zuul2018-01-186-3/+96
|\
| * Add cluster-instances to OSCZhao Chao2018-01-186-3/+96
| | | | | | | | | | | | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the cluster-instances command. The trove command cluster-instances is now: openstack database cluster list instances Change-Id: Ifcbb0a0374d4b2918ee22b85a0733c8bbbf21497 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* | Merge "Add resize-instance to OSC"Zuul2018-01-184-0/+56
|\ \ | |/ |/|
| * Add resize-instance to OSCcaishan2018-01-184-0/+56
| | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the resize-instance command The trove command resize-instance is now: openstack database instance resize flavor Change-Id: I58f8a6ebf8f715c5cc67ce67a36f87d720056ffe Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Fix show instance with integer name NotFound"Zuul2018-01-172-4/+10
|\ \
| * | Fix show instance with integer name NotFoundrenminmin2018-01-162-4/+10
| | | | | | | | | | | | | | | | | | | | | Fix trove cli 'show' instance with integer name error Change-Id: Ic6a943b4d5980017915dd2c0361636877376c5cb Closes-bug: #1740015
* | | Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| |/ |/| | | | | | | | | Change-Id: I10be649c8683405b652067547ab39ec16e755da3 I941090320ec464c2f61cae4eb80979542261bb49 Ia6b449d83d44d34f26d32a8071afa4386fd50321
* | Add root-disable to OSCZhao Chao2018-01-155-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the root-disable command. The trove command root-disable is now: openstack database root disable Change-Id: I51d351174d6bf36948eb7e48de0aa6509c563738 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* | Add root-show to OSCZhao Chao2018-01-155-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | This change adds database support for the python-openstackclient project for the root-show command. The trove command root-show is now: openstack database root show Change-Id: I621f41d0c920306fed5502f30e1de3806b911929 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* | Add root-enable to OSCZhao Chao2018-01-125-0/+177
|/ | | | | | | | | | | | This change adds database support for the python-openstackclient project for the root-enable command. The trove command root-enable is now: openstack database root enable Change-Id: I121dbe09bc10c57358c091e1eb882c816df6d4b2 Partially-Implements: blueprint trove-support-in-python-openstackclient Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
* Merge "Add user-update-attributes to OSC"Zuul2018-01-084-0/+96
|\
| * Add user-update-attributes to OSCwangyao2017-12-264-0/+96
| | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the user-update-attributes command. The trove command user-update-attributes is now: openstack database user update attributes Change-Id: I2acc85809cca4595c03a3d4252643a7806d5d791 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | Merge "Add configuration-attach/detach to OSC"Zuul2018-01-084-0/+99
|\ \
| * | Add configuration-attach/detach to OSCzhanggang2017-12-284-0/+99
| |/ | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the configuration-attach/detach command. The trove command configuration-attach is now: openstack database configuration attach The trove command configuration-detach is now: openstack database configuration detach Partially-Implements: blueprint trove-support-in-python-openstackclient Change-Id: I03c71f6828ff7af8f9caf5c6b383e5e875f348c3
* | Merge "Avoid tox_install.sh for constraints support"Zuul2018-01-072-59/+4
|\ \
| * | Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-022-59/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: I65e1e4d40fbd56c7e2f7e4a59c0438d7176c36b4
* | | Merge "Consume new trove tempest plugin"Zuul2018-01-052-0/+3
|\ \ \
| * | | Consume new trove tempest pluginChandan Kumar2017-12-252-0/+3
| | | | | | | | | | | | | | | | | | | | Depends-On: I59aafa0ec978033ba4add2bc2a2144d177afb9ac Change-Id: Icf1384bb5d11b3a22d023f5df76de7bffc198656
* | | | Merge "Add reset-status to OSC"Zuul2018-01-036-0/+88
|\ \ \ \
| * | | | Add reset-status to OSCzhanggang2017-12-286-0/+88
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the cluster-reset-status and reset-status command. The trove command cluster-reset-status is now: openstack database cluster reset status The trove command reset-status is now: openstack database instance reset status Change-Id: I8945327d244bfd2a9afe7febb7179467a8be9bd0 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | | | Merge "Make OSC user list and show support instance name"Zuul2017-12-272-8/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Make OSC user list and show support instance namewangyao2017-12-212-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Like trove user-list/user-show support parameter instance with name or ID. Change-Id: Ia83451b943c5ea959eeba2b555d04cbd87e25cdc
* | | | Merge "Fix print_list label name in troveclient/utils.py"Zuul2017-12-251-1/+1
|\ \ \ \
| * | | | Fix print_list label name in troveclient/utils.pyzhanggang2017-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output of list make nice labels from fields. Fisrt, replace underscore with space. Then, replace "id" with "ID". Finally, capitalize each word. This works fine for "*_id"(for exmaple, "flavor_id" will be replaced to "Flavor ID"), but when a word has a "id" inside, it will be wrong. For example, "cidr" will be replaced to "CIDr", actually it should be "Cidr". This change fix the problem, only "id" after a underscore will be replaced to "ID". Change-Id: I8e357c946b21dc6f6c6c79d78a45f23b440a57da
* | | | | Merge "Fix error with configuration-parameter-show"Zuul2017-12-251-0/+5
|\ \ \ \ \
| * | | | | Fix error with configuration-parameter-showwangyao2017-12-211-0/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According bug description, there will be an error when use configuration-parameter-show without version_id and datastore. To fix this problem, I add an judgement for use the cmd without parameter datstore and datastore_version not like an uuid. Now in such a case, the cmd will has an exception info. Change-Id: I01fd56bad80f389da369be90dff5c89b05e6a8dc Closes-Bug: #1363065
* | | | | Merge "Add backup-list-instance to OSC"Zuul2017-12-254-0/+84
|\ \ \ \ \
| * | | | | Add backup-list-instance to OSCzhanggang2017-12-234-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the backup-list-instance command. The trove command backup-list-instance is now: openstack database backup list instance Change-Id: I383cfe0bac54051641fe0589057c24e7d885f5c1 Partially-Implements: blueprint trove-support-in-python-openstackclient
* | | | | | Merge "Add configuration-create to OSC"Zuul2017-12-254-0/+115
|\ \ \ \ \ \
| * | | | | | Add configuration-create to OSCzhanggang2017-12-224-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the configuration-create command. The trove command configuration-create is now: openstack database configuration create Change-Id: I5aadb88860d0d69c8e2b4b78b5fb0dca2eba031f Partially-Implements: blueprint trove-support-in-python-openstackclient
* | | | | | | Merge "Add database-create to OSC"Zuul2017-12-254-0/+78
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add database-create to OSCzhanggang2017-12-214-0/+78
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds database support to the python-openstackclient project for the database-create command. The trove command database-create is now: openstack database db create Change-Id: I6ef3a6f61be4d4ec94d8b3d9edd09398ac8d6939 Partially-Implements: blueprint trove-support-in-python-openstackclient