From 95eae7beb93979ccdec422672d81441a7a795d0c Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 05:11:19 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I0681a2f9cc5d4a0f8f5e3524f1b23ac52af5d897 --- TESTING.rst | 2 +- vmware_nsx/shell/nsxadmin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index 16dc3beffd..36fc16af11 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -112,7 +112,7 @@ see this wiki page: .. _Testr: https://wiki.openstack.org/wiki/Testr .. _tox: http://tox.readthedocs.org/en/latest/ -.. _virtualenvs: https://pypi.python.org/pypi/virtualenv +.. _virtualenvs: https://pypi.org/project/virtualenv Running individual tests diff --git a/vmware_nsx/shell/nsxadmin.py b/vmware_nsx/shell/nsxadmin.py index f55a2dab34..b96964087d 100644 --- a/vmware_nsx/shell/nsxadmin.py +++ b/vmware_nsx/shell/nsxadmin.py @@ -17,7 +17,7 @@ Purpose of this script is to build a framework which can be leveraged to build utilities to help the on-field ops in system debugging. -TODO: Use Cliff https://pypi.python.org/pypi/cliff +TODO: Use Cliff https://pypi.org/project/cliff TODO: Define commands instead of -r -o like get-security-groups, delete-security-groups, nsx neutron nsxv3 can be options TODO: Autocomplete command line args