summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2018-12-05 09:02:33 +0800
committerZhongShengping <chdzsp@163.com>2018-12-05 09:02:33 +0800
commite675ae10f1a7ef12d1279f0929a1295c2fd4bb52 (patch)
tree49186c0bf4eab8a7637a2ef4fc7b9823423d4f8a
parent03cf039d4fffd92c298a4362dfdc05246f26e7a1 (diff)
downloadheat-e675ae10f1a7ef12d1279f0929a1295c2fd4bb52.tar.gz
Update devel info: mailing list
The new openstack-discuss mailing list is going to replace few mailing lists, including openstack-dev. Change-Id: I5d5f87614f692444728eb204f8d794e80179a4c8
-rw-r--r--contrib/heat_docker/setup.cfg2
-rw-r--r--doc/source/developing_guides/pluginguide.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/heat_docker/setup.cfg b/contrib/heat_docker/setup.cfg
index 7e56e1531..40cee7f2b 100644
--- a/contrib/heat_docker/setup.cfg
+++ b/contrib/heat_docker/setup.cfg
@@ -4,7 +4,7 @@ summary = Heat resource for Docker containers
description-file =
README.md
author = OpenStack
-author-email = openstack-dev@lists.openstack.org
+author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/heat/latest/
classifier =
Environment :: OpenStack
diff --git a/doc/source/developing_guides/pluginguide.rst b/doc/source/developing_guides/pluginguide.rst
index eb69449ac..8b3816209 100644
--- a/doc/source/developing_guides/pluginguide.rst
+++ b/doc/source/developing_guides/pluginguide.rst
@@ -642,8 +642,8 @@ your resource plugin! This has previously caused `problems
<https://bugs.launchpad.net/heat/+bug/1554625>`_ for multiple operations,
usually due to uncaught exceptions, If you feel you need to override
`add_dependencies()`, please reach out to Heat developers on the `#heat` IRC
-channel on FreeNode or on the `openstack-dev
-<mailto:openstack-dev@lists.openstack.org>`_ mailing list to discuss the
+channel on FreeNode or on the `openstack-discuss
+<mailto:openstack-discuss@lists.openstack.org>`_ mailing list to discuss the
possibility of a better solution.
Registering Resource Plug-ins