Commit Graph

29 Commits

Author SHA1 Message Date
OpenDev Sysadmins 47ff8e743d OpenDev Migration Patch
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.
2019-04-19 19:51:32 +00:00
huang.zhiping 5a0c344860 Update home-page
Change-Id: I4d927db7bae7ca68b42cc4386eb0928e171f2eb3
2019-01-12 02:48:38 +00:00
98k 07c4c8ab4c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I7142dc9baeb6e2e6d270e6a657839cf4d30d570a
2018-12-04 04:15:54 +00:00
qingszhao 69aab8a737 Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: Ic7a7fb45600d7336498f40f248948fe2edebab30
2018-11-20 05:48:11 +00:00
ZhijunWei a9daabd781 Update the hacking to latest
Change-Id: I34488f138b343c1c88dcdebf300271920505d60e
2018-10-17 02:53:48 -04:00
melissaml 47f8ffdcef Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Ib988f55336b2531f66b899e6426097317681757e
2018-03-23 20:09:43 +08:00
OpenStack Proposal Bot a1a9d5f0b3 Updated from global requirements
Change-Id: I18fe99601552215fa776620aec765360d25bc796
2018-01-16 04:33:30 +00:00
OpenStack Proposal Bot 1ca6d30c35 Updated from global requirements
Change-Id: Ic9fae3f637f4a3344259c0374f46f3dbbbc976d9
2017-11-16 11:27:11 +00:00
Jenkins 85c1f672ea Merge "Fix exceptions to be displayed properly" 2017-09-21 18:03:44 +00:00
OpenStack Proposal Bot 6d362043f8 Updated from global requirements
Change-Id: Ib8736b859403a1f83d5e31eff9bd38ee9f416d7f
2017-09-21 03:50:32 +00:00
Anusha Ramineni f5b935a7e1 Fix exceptions to be displayed properly
Valence exception messages are not displayed properly. This commit
is to fix the same.

Change-Id: If4da51f736d28e60a3cfa78094b2e60bedecdd83
Closes-Bug:#1715580
2017-09-18 10:36:05 +05:30
Anusha Ramineni f16f4a40c2 Add command to create, show, delete podmanager
This commit adds cli commands to create, show, delete podmanagers
openstack valence podmanager create --help
openstack valence podmanager show --help
openstack valence podmanager delete --help

Example:

Create Podmanager request -
openstack valence podmanager create <name> <url> --driver <driver>
--auth type=<type> --auth username=<username> --auth password=<password>

Show Podmanager -
openstack valence podmanager show <podm-id>

Delete Podmanager -
openstack valence podmanager delete <podm-id1>, <podm-id2>

Change-Id: Id5262d42232d592ea4de3de20ad88ee5c6aa03b9
Partially-Implements blueprint valenceclient
2017-09-04 12:25:04 +05:30
Anusha Ramineni 7f84237263 Add command to list pod managers
'openstack valence podmanager list' is added to list the podmanagers
created by valence.

Change-Id: Ifc9df95c525383abfcc85deaaf6b275ed82faa86
2017-08-25 11:09:40 +05:30
OpenStack Proposal Bot d30e6fae55 Updated from global requirements
Change-Id: Ifd8abf48fef1ad7756a34ba4c742c23156200835
2017-07-18 01:57:15 +00:00
OpenStack Proposal Bot ad1de06c61 Updated from global requirements
Change-Id: Idd291b6c036f10d5ff4aca9bce53ca12f3d7f384
2017-06-27 12:22:55 +00:00
Jenkins a3dd6a8683 Merge "provide-crud-api-operation" 2017-05-22 04:51:30 +00:00
OpenStack Proposal Bot f9728035be Updated from global requirements
Change-Id: Iaa9e2544fd943c9acd93a552b677dbeff60ecc2e
2017-05-17 03:58:54 +00:00
jinxingfang 7f68e7ab85 Add http process function
This file include all http method process function.

Dependency: I26e6229b5da9746598cbaec7eb37b04be0dc6e21
Change-Id: I20beb71a7a5f648d7b96a956e15b9807e6b1c91d
2017-04-10 17:12:09 +08:00
Jenkins 5ad394f49d Merge "Add request execution function." 2017-04-03 23:26:56 +00:00
OpenStack Proposal Bot aa61f57c1d Updated from global requirements
Change-Id: If9ff8e44785e778500bbe90eeff254a779e74d0a
2017-03-28 22:51:07 +00:00
jinxingfang 09c301c28c provide-crud-api-operation
Add abstract crud api for client.

Change-Id: I545a8ab7af3791f9c5eda8c79370ea8e77fae26a
2017-03-27 09:52:16 +08:00
jinxingfang 61bccadc37 Add request execution function.
Add request execution function for other module to call.

Change-Id: Iecdddbfe5a5f25e5c86b7e57aa0db85d5b7f6080
2017-03-27 09:38:05 +08:00
jinxingfang abf1f61565 Add api resource field
This file is used for manage the various fields that a resource
contains, such as Chassis, Node, System. An individual field
consists of a 'field_id'(key) and 'label'(value).

Change-Id: I6a9a460abb328f34f6098fbe475fc8656dcd3cdc
2017-03-16 23:36:00 +08:00
Jenkins fcdf14c395 Merge "Add unittest for exceptions.py" 2017-03-15 00:46:08 +00:00
ricolin 09d457ddca [Fix gate]Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: I89ed2a391c8817ecd2c8c6508ecd2e74489514d9
2017-03-02 22:20:24 +08:00
jinxingfang a08ed6149d Add unittest for exceptions.py
Add uniitest for exceptions file to ensure each execption throw
the right message and error.

Change-Id: Ibb012017de68a1da9761d67d3dca333a415ab5c3
2017-03-02 11:45:21 +08:00
jinxingfang f9a3c77aac Add abstract http method process
Add abstrace http method, such as POST, PUT, DELETE, GET.
Add some common execption and some unittest.

Change-Id: I65016ea2cba022823a80b044fc2e17801535a88b
2017-02-16 23:15:15 +08:00
Anusha Ramineni 2e80dd1893 Initial cookiecutter commit
Change-Id: I91951d97a18eed0b11ae4ccd6cce90251cffda73
2017-01-13 11:27:38 +05:30
OpenStack Project Creator 640ce781f3 Added .gitreview 2016-12-21 08:23:45 +00:00