From fc2e5b94587aa8eb28256116a122373b8408266e Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 1 Oct 2015 23:55:12 +0000 Subject: [PATCH] Update some release related texts Fixes a typo in the setup.cfg Sets the development status to Beta Includes some lines in the README.rst to allow release-tools be able to create release summary e-mails. Adds some bling to our README.rst Change-Id: I6564c8ab661523c60d341a01f3ff431d578621e8 --- README.rst | 13 +++++++++++++ setup.cfg | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4639a30e50..3de85cbf4c 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,21 @@ Octavia ======= +.. image:: https://img.shields.io/pypi/v/octavia.svg + :target: https://pypi.python.org/pypi/octavia/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/octavia.svg + :target: https://pypi.python.org/pypi/octavia/ + :alt: Downloads + Operator-grade open source scalable load balancer. +* Free software: Apache license +* Documentation: http://docs.openstack.org/developer/octavia +* Source: http://git.openstack.org/cgit/openstack/octavia +* Bugs: http://bugs.launchpad.net/octavia/ + The Octavia project seeks to become the standard operator-grade load balancer in use in large OpenStack deployments. Note that it is not competing with the Neutron LBaaS extension and may never actually replace it. Rather, Octavia diff --git a/setup.cfg b/setup.cfg index 4908f5475c..7ea64ca2f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [metadata] name = octavia -summary = OpenStack Octavia Scalable Load Balancer as as Service +summary = OpenStack Octavia Scalable Load Balancer as a Service description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/ classifier = - Development Status :: 2 - Pre-Alpha + Development Status :: 4 - Beta Environment :: OpenStack Intended Audience :: Developers Intended Audience :: Information Technology