Commit Graph

685 Commits

Author SHA1 Message Date
Tony Breeds 7adbc264bd 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: I4133666004fe7ad7769e128f395031ba9ca6b857
2017-09-12 15:41:38 -06:00
Gerry Buteau 7473dc7306 Mask sensitive information before logging execution plan.
Use oslo_utils.strutils to mask any potentially sensitive
information in the execution plan before writing to the log.

Change-Id: I9008dcd68da4ba14bbf1360a672e1a91ae0a8e91
Closes-Bug: #1706059
2017-07-24 10:50:23 -04:00
Hangdong Zhang b4623d96dd Update the documentation link for doc migration
Change-Id: I48e1d33c89096db1406cb3fc4c654ffe74bb40cd
BTW: Do some optimization as well (http -> https)
2017-07-20 18:58:01 +08:00
zhurong 34c1757f75 switch to openstackdocstheme
Change-Id: I2175582357c86f461b0f1f940915e9306f67ee67
2017-07-07 14:53:19 +03:00
Ngo Quoc Cuong 860288305f Remove usage of parameter enforce_type
DeprecationWarning: Using the 'enforce_type' argument is deprecated in
version '4.0' and will be removed in version '5.0': The argument
enforce_type has changed its default value to True and then will be
removed completely."

Change-Id: I3e29f9c443f76fa3acaf0267a0c42618f89961d3
See: https://review.openstack.org/#/c/328692/
2017-06-27 21:27:26 -04:00
OpenStack Proposal Bot 261853ee5a Updated from global requirements
Change-Id: Icebd1d86057c0f1222e467b41acce3fa89b40817
2017-06-27 12:13:16 +00:00
OpenStack Proposal Bot e244be8517 Updated from global requirements
Change-Id: Ia553e5c2373048a0dd98834ec416fb28a7a44090
2017-06-15 16:26:27 +00:00
deepakmourya 593055119f Change author in setup.cfg
Changed author to OpenStack in setup.cfg

Change-Id: I27a542602ea91aac0727eaec5e5dd6c25b90570b
2017-06-14 09:27:43 +05:30
OpenStack Proposal Bot 898dc5a33e Updated from global requirements
Change-Id: I03f0d8484a3e0446cc47ff343109c53a9422fd53
2017-06-10 21:40:09 +00:00
OpenStack Proposal Bot 222a5912cd Updated from global requirements
Change-Id: I06b43e783c227a7b297257a835b647d9b490a927
2017-06-02 21:58:32 +00:00
OpenStack Proposal Bot 45ee6ffcbf Updated from global requirements
Change-Id: I51dec15d7f8df51e32fab3e7f031213afd5a4583
2017-06-02 02:28:51 +00:00
OpenStack Proposal Bot 91da391808 Updated from global requirements
Change-Id: I4fc1027f6d2a963dd8f7c985d7410b5494cf9be2
2017-05-17 13:42:04 +00:00
OpenStack Proposal Bot 7bd7cafa08 Updated from global requirements
Change-Id: I2d3cc0df242c040e4a0bfbc9130ce6cbdc1b97ee
2017-05-15 00:47:10 +00:00
M V P Nitesh 63475f6f63 Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The html_last_updated_fmt option is interpeted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: If22500e42b43f92c44cc2742d946b04a9d6c982f
2017-04-18 18:16:29 +05:30
OpenStack Proposal Bot 4eec4bc7c4 Updated from global requirements
Change-Id: Ief333410be6283eceb1a0354e0f605f0722ecec5
2017-04-12 04:14:35 +00:00
M V P Nitesh 003a8f4857 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ic1df9b9c8e16e49112a129a05a80ae6f8c74e194
2017-04-10 17:58:45 +05:30
OpenStack Proposal Bot d2c2c0b473 Updated from global requirements
Change-Id: I050fde9a05716949f1275233cca212c4db1ac9cf
2017-03-28 21:30:58 +00:00
jeremy.zhang 1698fa0992 Replace uuid.uuid4() with uuidutils.generate_uuid()
Openstack common has a wrapper for generating uuids. We should
use that function to generate uuids for consistency.

Change-Id: I5d0e5523595088d934ee233c48e403f23326cee9
Closes-Bug: #1082248
2017-03-24 16:57:21 +08:00
jeremy.zhang 18758fab1a Use HostAddressOpt for opts that accept IP and hostnames
Some configuration options were accepting both IP addresses
and hostnames. Since there was no specific OSLO opt type to
support this, we were using ``StrOpt``. The change [1] that
added support for ``HostAddressOpt`` type was merged in Ocata
and became available for use with oslo version 3.22.

This patch changes the opt type of configuration options to use
this more relevant opt type - HostAddressOpt.

[1] I77bdb64b7e6e56ce761d76696bc4448a9bd325eb

Change-Id: I0b7b8aebc9cc70f5ea256791cfb2c61ec4357bfd
2017-03-23 15:59:16 +08:00
Jenkins d5dd8b3657 Merge "Adds TLS/SSL Version Support to Murano Agent." 2017-03-23 01:32:45 +00:00
Felipe Monteiro 20213e0061 Adds TLS/SSL Version Support to Murano Agent.
Already implemented for Murano, but need Murano Agent
support as well.

Currently, Murano supports enabling SSL in Murano Engine [0],
but does not have a param for the user to specify the
desired SSL version. This is important because some
versions of SSL are less secure than others [1].

This patch adds ssl_version support to Murano Agent.

[0] https://docs.openstack.org/developer/murano/administrator-guide/deploy_murano/configure_ssl.html
[1] https://www.wolfssl.com/wolfSSL/Blog/Entries/2010/10/7_Differences_between_SSL_and_TLS_Protocol_Versions.html

Change-Id: I410a38d3c8294ce63c15ae98f627fa5c69a3d118
Partially-Implements: blueprint add-tls-support
Depends-On: I71c36c455cde658f402a19c59d7966cee8544cf1
2017-03-22 04:50:55 +00:00
OpenStack Proposal Bot cdca24cf95 Updated from global requirements
Change-Id: Id14083cd6fa7fcb634697849be9b52bdc2f32501
2017-03-13 19:34:20 +00:00
OpenStack Proposal Bot 9f50c3cc30 Updated from global requirements
Change-Id: I4250b78d263ce22cdc91fdf0179ca87a75ce0d3e
2017-03-08 17:11:34 +00:00
OpenStack Proposal Bot d85696c4eb Updated from global requirements
Change-Id: I68068ca7010ff99b1759e07a5035112032a1e8b8
2017-03-03 22:51:45 +00:00
Jenkins 65cd167931 Merge "Updated from global requirements" 2017-03-03 10:45:16 +00:00
OpenStack Proposal Bot a2dba48f1e Updated from global requirements
Change-Id: I3ee459e2dd0f7629caf20c4e106cf6317b7c392e
2017-03-02 11:47:25 +00:00
ricolin 77e7c70b72 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: I55e3749037faa2ccf32b7c724be27cbd1d94d5cc
2017-03-02 16:49:12 +08:00
huangtianhua 4a1c9998b8 Use openstack cmd instead in readme.rst
Change-Id: I18654fdf1031014a3e098b2f3442846d4e327d9b
2017-02-20 02:37:40 +00:00
Jenkins e34c93fc17 Merge "Remove support for py34" 2017-02-15 12:13:52 +00:00
Cao Xuan Hoang a3704609aa Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: Ibee4ecb67eaba930a03ea6476b914e13e6640b1e
2017-02-15 10:41:57 +07:00
OpenStack Release Bot 2a5639325a Update reno for stable/ocata
Change-Id: I6acd9edfbb7011c62c75c8a6e46b0c01ddf47fea
2017-02-14 15:32:33 +00:00
OpenStack Proposal Bot 3fc9cfb63d Updated from global requirements
Change-Id: I9cc5333432e5a2c6e12bd9f935b1ec1adc7c356f
2017-02-11 17:44:41 +00:00
zhurong 8739083d09 Marking rabbitmq password config property as secret
As this has changed in murano in [0],
this patch change murano-agent.

[0]: I9f41f334e0f32ee31c40c27c977ed801a68830e7

Closes-bug: #1658044
Change-Id: Idc80808dcf54eb2d457cdcf3d42e23236e07a64f
2017-01-20 10:43:29 +00:00
zhurong b96e207b5a Add debug to tox enviroment
We can simply run `tox -e debug <test_name>` to debug test.

Change-Id: I1f9f66651384923f5ad81165e26e4d41e3e5ca40
2017-01-17 11:20:39 +08:00
OpenStack Proposal Bot 918d7f4ac3 Updated from global requirements
Change-Id: I9b9a281cf97e20d23db80abaac6ed12665ee20e9
2016-12-23 03:30:43 +00:00
OpenStack Proposal Bot 3346bc7c22 Updated from global requirements
Change-Id: Ic706df3630a49edf4bba4fa69c99e8c5db9f5c1d
2016-12-16 09:03:01 +00:00
OpenStack Proposal Bot 4ad61ec499 Updated from global requirements
Change-Id: Idc88274f68976fd5bcdf083208fe0eca2318acc4
2016-12-08 19:47:23 +00:00
OpenStack Proposal Bot 2c00a772d4 Updated from global requirements
Change-Id: I36c9fbc041afa79eda276045170b6cdf5253bd1e
2016-12-02 05:07:07 +00:00
Jenkins dfb4eaed3d Merge "Fixed issues on Python 3" 2016-12-01 01:45:10 +00:00
Flavio Percoco 882c393fc4 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/8bb2dd01d11f527ab55ff4909d7c4adf

Change-Id: I63bf675b5711b9c9bf9c2ae388d52b2b48753d7f
2016-11-25 15:52:18 +01:00
Artem Tiumentcev 01d6a8114f Fixed issues on Python 3
Change-Id: Ib41255ba8b2ddbe9b05c8503a90e5271ed74a7d6
2016-11-24 19:19:20 +03:00
OpenStack Proposal Bot d9237d0225 Updated from global requirements
Change-Id: I16cfb0072eb2443a4a41038c1ac0143fd6e4ccc4
2016-11-09 04:17:42 +00:00
OpenStack Proposal Bot 59cfe4552f Updated from global requirements
Change-Id: I01c155a8000464e596fd4f88ebaf32323f05b343
2016-10-27 12:15:59 +00:00
OpenStack Proposal Bot ae50658cf1 Updated from global requirements
Change-Id: Id6076d13b2cbeb22a084ffa2f3677cf97965faae
2016-10-22 01:21:04 +00:00
OpenStack Proposal Bot 7d24641447 Updated from global requirements
Change-Id: I86918426bfc019a65ad45d3e3785425cd49622f8
2016-10-21 00:44:23 +00:00
Andreas Jaeger 396a52afcb Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I3f3afb43f0ab3e785ed66fdb3741c7368a118023
2016-10-06 20:31:01 +02:00
Jenkins f59933a68c Merge "Fix coverage option and execution" 2016-10-03 13:50:44 +00:00
OpenStack Proposal Bot c48f475645 Updated from global requirements
Change-Id: I09621a36225c899040df9260e34f14d9cf067a86
2016-09-30 20:00:31 +00:00
Yushiro FURUKAWA c7b989d318 Fix coverage option and execution
--coverage-package-name option was no longer supported by 'testr'[1].
This commit replaces from 'testr' to 'test' as coverage option.

[1] https://review.openstack.org/#/c/217847/

Change-Id: Iedb3ae3171733e129de6180094022df2c8b85ea3
2016-09-30 22:43:11 +09:00
Jenkins f306992e94 Merge "Fix Null Reference exception in Windows agent PS scripts" 2016-09-29 16:12:58 +00:00