Skip to content

Commit 8a31be7

Browse files
author
kush1093
committed
fixing readme
1 parent 624cde4 commit 8a31be7

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ to Openstack_CLA@f5.com prior to their code submission being included
9494
in this project.
9595

9696

97-
.. |Build Status| image:: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver.svg?branch=stable/newton
98-
:target: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver?branch=stable/newton
97+
.. |Build Status| image:: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver.svg?branch=stable/ocata
98+
:target: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver?branch=stable/ocata
9999
.. |slack badge| image:: https://f5-openstack-slack.herokuapp.com/badge.svg
100100
:target: https://f5-openstack-slack.herokuapp.com/
101101
:alt: Slack

docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ What's Next
187187

188188
`Configure and start the F5 Agent`_.
189189

190-
.. |Build Status| image:: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver.svg?branch=stable/newton
190+
.. |Build Status| image:: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver.svg?branch=stable/ocata
191191
:target: https://travis-ci.org/F5Networks/f5-openstack-lbaasv2-driver
192192
:alt: Build Status
193193

requirements.test.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
22

3-
git+https://github.com/openstack/neutron.git@newton-eol
4-
git+https://github.com/F5Networks/neutron-lbaas.git@stable/newton
3+
git+https://github.com/openstack/neutron.git@stable/ocata
4+
git+https://github.com/F5Networks/neutron-lbaas.git@stable/ocata
55
git+https://github.com/F5Networks/pytest-symbols.git
66
git+https://github.com/F5Networks/f5-openstack-test.git@stable/newton
77

@@ -13,8 +13,7 @@ f5-sdk==2.3.3
1313
# URL. If you add a version here it will be ignored, and therefore be
1414
# misleading to readers of this file.
1515
#
16-
# NOTE: As of OCT-26-2017, upper-constraints is still at stable/newton, not newton-eol.
17-
-c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton
16+
-c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata
1817

1918
mock==IGNORED # See section comment
2019
pytest==IGNORED # See section comment

0 commit comments

Comments
 (0)