Remove py2/py3 compatibility notes

We only support python3 now.

Change-Id: Ie71d28d67e10df4923f057484216cf9010f2fd6b
This commit is contained in:
Jonathan Rosser 2022-02-02 04:06:24 -05:00
parent 042d577376
commit ff47557775
1 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,3 @@ ceilometer_package_list: |-
{{ packages }}
_ceilometer_bin: "/openstack/venvs/ceilometer-{{ ceilometer_venv_tag }}/bin"
#NOTE(jrosser) for compatibility with py2 and py3 we detect the location of
#this dir during the source install and set a fact
#ceilometer_lib_dir: "{{ _ceilometer_bin | dirname }}/lib/python2.7/site-packages"