Commit Graph

2970 Commits

Author SHA1 Message Date
Tony Breeds c116ca4f2e Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: Id1c9c1dd5ee8186263661b861d0ee0f8828deff8
2017-09-12 15:41:14 -06:00
Jenkins ca307415a1 Merge "Tests: Remove the redundant method" 2017-07-25 12:29:54 +00:00
Jenkins 281668a000 Merge "Change the misplaced index links" 2017-07-25 10:01:07 +00:00
Jenkins 31fcb50f9d Merge "Improve keycloak auth module" 2017-07-25 10:00:54 +00:00
Jenkins cc6617327b Merge "Remove the redundant default value" 2017-07-25 09:23:16 +00:00
Jenkins 7166052179 Merge "Replace e.message with str(e)" 2017-07-25 07:21:30 +00:00
Jenkins ad4e0ea691 Merge "Replace test.attr with decorators.attr" 2017-07-25 05:56:46 +00:00
Jenkins 7a96239203 Merge "Ignore linux swap files range" 2017-07-24 15:23:19 +00:00
Jenkins a7357a7492 Merge "Remove note for nested ad-hoc actions" 2017-07-24 15:23:13 +00:00
Jenkins bb63076481 Merge "Chnage the mailing list URL" 2017-07-24 15:23:07 +00:00
Jenkins b338dbed26 Merge "Update and optimize documentation links" 2017-07-24 15:22:52 +00:00
Jenkins 05711f6f33 Merge "Update docker build" 2017-07-24 15:22:46 +00:00
Jenkins f380f43e43 Merge "Change the logo to lowercase" 2017-07-24 12:08:39 +00:00
Jenkins ee3c5db23a Merge "Cleanup docs to include params" 2017-07-24 10:38:28 +00:00
OpenStack Proposal Bot 7fad3e7b18 Updated from global requirements
Change-Id: I79d4793213b41787a3e657681ba584cca7c9ddcf
2017-07-23 19:00:22 +00:00
Brad P. Crochet d57e98d0b9 Cleanup docs to include params
Some of the docstrings didn't include param definitions. This made
the generated docs not match up types correctly. This should fix
that.

Change-Id: I3f4a60908b78f628481e63d06cf6433dd3206a2e
Depends-On: Ia93fd13645830cd8994ef283b72f31cb22cf3fe9
2017-07-21 12:29:25 +00:00
Adriano Petrich 1f68141b3d Change the logo to lowercase
Move from
|\\    //| //   // |||||| |||\\       /\      ||
||\\  //||    //     ||   ||  ||     //\\     ||
|| \\// || || ||     ||   || //     //  \\    ||
||  \/  || ||  \\    ||   || \\    //-||-\\   ||
||      || ||   ||   ||   ||  ||  //      \\  ||
||      || || _//    ||   ||  || //        \\ |||||

to:
|\\    //|           ||                       ||
||\\  //||      __   ||      __      __       ||
|| \\// || ||  //  ||||||  ||  \\  //  \\     ||
||  \/  ||     \\    ||    ||     ||    \\    ||
||      || ||   \\   ||    ||     ||    /\\   ||
||      || || __//   ||_// ||      \\__// \\_ ||

Change-Id: I2c96f05ca32f3fbb9a1b0a5c3cd2f3b063242702
2017-07-21 10:54:07 +01:00
howardlee 3b85b6620a Replace e.message with str(e)
The 'message' attribute has been deprecated. A prefered way is to
call str(e), and this patch will replace e.message with str(e).
For more information, please see:
https://www.python.org/dev/peps/pep-0352/

Change-Id: I8ba09cfa0be46e21b52319abc430d258102fea20
2017-07-21 14:37:10 +08:00
Sharat Sharma 5ab8ef1e3e Change the misplaced index links
The  Mistral Upgrade Guide and Mistral Workflow Language Specification
links were misplaced. Changed them. Also removed the unwanted admin
index page.

Change-Id: I49984971ee8ae10105291043ee3240133784fed2
Closes-Bug: #1705462
2017-07-20 17:28:24 +05:30
Sharat Sharma 04f5824cb1 Chnage the mailing list URL
The secure link to the OpenStack-dev mailing list homepage doesn't
seem to work. So, change it to http.

Change-Id: Id080eff91fe0786825ce82e0db00b5fa97756137
Closes-Bug: #1705224
2017-07-20 11:41:17 +05:30
Sharat Sharma bf4073a313 Remove note for nested ad-hoc actions
There is a note saying that nested ad-hoc actions are not supported.
https://review.openstack.org/#/c/334312/ has added this feature.

Change-Id: Ieb17560e57d622507d09c86311014b583d1a4d3a
Closes-Bug: #1705183
2017-07-20 10:39:47 +05:30
OpenStack Proposal Bot 6c98f311b3 Updated from global requirements
Change-Id: Ibcea0404a7114a12a1e5da12af71f46d5868c55d
2017-07-20 02:33:19 +00:00
Hangdong Zhang 060d400d30 Update and optimize documentation links
1. Update URLs according to document migration
2. Update the dead and outdated links

Change-Id: I9dd7b1ae7fb9fcb0af1e22f789ffa89138649862
2017-07-19 17:10:49 +08:00
Luong Anh Tuan dd8399a0db Replace test.attr with decorators.attr
Function 'tempest.test.attr()' has moved to 'tempest.lib.decorators
.attr()' in Pike and will be removed in a future version.
This patch replaces the 'tempest.test.attr()' with the 'tempest.lib
.decorators.attr().'

Change-Id: Iba7361382ff3b3d2b055a0507af9a8a88cd4a4ce
2017-07-18 18:12:15 +07:00
OpenStack Proposal Bot 61231ec847 Updated from global requirements
Change-Id: I9c5fae97312424fed82cd61a137112d2269edcc6
2017-07-18 01:48:24 +00:00
Jenkins 8d24a8bad7 Merge "Handle empty response content during its decoding in std.http" 2017-07-17 19:28:20 +00:00
Anastasia Kuznetsova cc1d2d5d0f Handle empty response content during its decoding in std.http
If resp.content is empty and resp.encoding is not utf-8
then it can't be properly decoded, that's why additional
check was added.

Change-Id: Ie1bab1eff209e88552d4c9979ecec233ba041be4
Closes-Bug: #1700608
2017-07-17 14:36:27 +04:00
Jenkins df8536d2ee Merge "Enable some off-by-default checks" 2017-07-17 10:32:48 +00:00
junboli 9a7bbf6bd1 Ignore linux swap files range
Linux swap files may be generated from .saa to .swp.
This change is to ignore them..

Change-Id: Ibcef7748e34e06fbc079cd59af7ef928b5b83776
2017-07-17 01:58:24 +00:00
OpenStack Proposal Bot c8da76460f Updated from global requirements
Change-Id: Ia22d444daaca63551b7bdb1d3dee1143883d5bfd
2017-07-15 20:50:43 +00:00
Jenkins 0acef68c72 Merge "Update reference link to Ocata" 2017-07-15 14:56:49 +00:00
junboli 10814703f2 Enable some off-by-default checks
Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None

Change-Id: I33f4264ddf79067f75cd5ba87ea08286dd957dc2
2017-07-15 05:39:29 +00:00
Jenkins 6d6b8e5b61 Merge "Fixing deleting cron-trigger trusts" 2017-07-14 16:24:45 +00:00
OpenStack Proposal Bot cdabd1f7b5 Updated from global requirements
Change-Id: I7e18e30bbac136c2c7b5a3fc46c49f7db7ec0009
2017-07-14 03:43:47 +00:00
junboli f71aa42cf5 Update reference link to Ocata
In the file doc/source/configuration/index.rst, update the
reference link of policy.json from Mitaka to newest Ocata.

Closes-Bug: #1704081
Change-Id: I25d8a5e8e35cb2ad90bbc42734e4cd4aeac2ac13
2017-07-13 08:14:28 +00:00
csatari 6c362ce53e Adding warning-is-error to doc building
As it is required in [1] warning-is-error should be
set for doc building. This change sets the flag and
corrects the warnings.

[1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: Ia93fd13645830cd8994ef283b72f31cb22cf3fe9
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-07-13 10:11:15 +02:00
OpenStack Proposal Bot fc9aee69dd Updated from global requirements
Change-Id: Idf45020ff8c35fd81edee646d7c29d0e85e68bbb
2017-07-12 18:07:12 +00:00
Jenkins bf7041ae80 Merge "Applying Pike document structure" 2017-07-12 16:18:43 +00:00
junboli d924f95b6f Remove the redundant default value
When get a value from a dict, it returns the value of the key,
if the key does not existed in the dict, the dafault value is
None, So we don't need to specify the default None value again.

Change-Id: Iff4a9c14e356f8ec59fc79ef00aa8207bf926c9e
2017-07-12 09:16:41 +00:00
junboli a2e6eb010d Tests: Remove the redundant method
This patch removes the redundant setUp() methods in order to
keep the code clean, In the subclass, setUp() methods has no
benefit from that, the one in superclass could satisfy that

Change-Id: I0114e4dcfe99b1c151ce84cace0fecb7952e3ef8
2017-07-12 16:41:31 +08:00
Jenkins c19aed2a40 Merge "Update the commands in README.rst" 2017-07-12 01:28:43 +00:00
Jenkins fd3ca51563 Merge "Fix get event triggers" 2017-07-12 00:07:07 +00:00
Jenkins ed564b7d8e Merge "Setup devstack with ini_rpc_backend" 2017-07-11 22:03:19 +00:00
Nikolay Mahotkin f1128206ff Fixing deleting cron-trigger trusts
* Removed extra client creation from trust
 * Delete trust only together with deleting trigger
   (so only one node deletes the trust)
 * Fix trust context with session

Change-Id: Ic207b0364b6bc45a6e24e561ef1f540208795530
2017-07-11 14:31:47 +03:00
Nikolay Mahotkin c430a4620b Fix get event triggers
* Added get event triggers for all projects
   and the corresponding rule in policy.json
 * Fixed corresponding policy rule names for
   event triggers API

Change-Id: I74e65a1cee8d074cfd637e460465922b610237c5
2017-07-11 12:46:58 +03:00
csatari a7cd611c78 Applying Pike document structure
This change aligns the Mistral documents folder structure to
the one specified for Pike [1].
Documents were move to thir appropriate folder, but the different
guides do not follow their cookie cutted structure yet.
Install guide is in a separate change [2], while I could not
found the cookie cutter for the rest of the guides.

test-requirements.txt updated with the missing modules.

tox_install.sh modified to do not pass $MODULE_NAME and -e parameter to
edit-constraints.

[1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
[2]: https://review.openstack.org/#/c/476499/
[3]: https://etherpad.openstack.org/p/doc-migration-tracking

Change-Id: Ia1101fa2eada446d8eebfefa9bd15d8facd8b3b0
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-07-11 09:24:17 +02:00
Sharat Sharma d556af949c Update the commands in README.rst
The commands given to grant previleges for mistral database and
the auth_uri and identity_uri in the keystone_authtoken section in
the README.rst is outdated. This patch updates it.

Change-Id: I141a64c8a1214fd8f4a35a9b9003ec2a180a48b2
Co-Authored-By: Sharat Sharma <sharat.sharma@nectechnologies.in>
Closes-Bug: #1697138
2017-07-10 16:51:58 +05:30
Mike Fedosin 2cb36cba73 Fix tox
Now 'tox' command fails because it tries to remove
.testrepository as a regular file, but it's a
directory.

Change-Id: I1be468d6074049b7d40610c10904e9795a3759d5
Closes-bug: #1703205
2017-07-09 15:45:20 +00:00
Mike Fedosin 02b41f297f Improve keycloak auth module
This patch adds new improvements to the keycloak auth module:

  * Token format is validated before sending it to keycloak server.
  * Realm name is taken from parsed token, 'X-PROJECT-ID' header is
    not required anymore.
  * Added support of user roles - now Mistral understands the
    difference between admin and regular user.
  * Added more detailed error explanations and new unit tests.

Change-Id: I7ac4834f2ecb4cafb9d4fcd154a8cf41a71e6c4a
2017-07-09 16:31:22 +03:00
Jenkins a2bc572533 Merge "Revert "Use recommended function to setup auth middleware in devstack"" 2017-07-07 14:17:29 +00:00