F5Networks / f5-openstack-lbaasv2-driver

F5 LBaaSv2 service provider driver for OpenStack Liberty and beyond
http://clouddocs.f5.com/products/openstack/lbaasv2-driver/master/
Apache License 2.0
21 stars 37 forks source link

the API documentation for f5lbaasdriver.utils is broken #524

Closed jputrino closed 7 years ago

jputrino commented 7 years ago

Agent Version

9.3.0/8.3.0

Operating System

n/a

OpenStack Release

liberty

Bug Severity

For bugs enter the bug severity level. Do not set any labels.

Severity: 2

Severity level definitions:

  1. Severity 1 (Critical) : Defect is causing systems to be offline and/or nonfunctional. immediate attention is required.
  2. Severity 2 (High) : Defect is causing major obstruction of system operations.
  3. Severity 3 (Medium) : Defect is causing intermittent errors in system operations.
  4. Severity 4 (Low) : Defect is causing infrequent interruptions in system operations.
  5. Severity 5 (Trival) : Defect is not causing any interruptions to system operations, but none-the-less is a bug.

Description

See http://f5-openstack-lbaasv2-driver.readthedocs.io/en/latest/f5lbaasdriver/f5lbaasdriver.utils.html#f5lbaasdriver-utils.

When the sphinx-build runs, the following error occurs:

/Users/putrino/openstack/f5-openstack-lbaasv2-driver/docs/solution/topic_environment-generator.rst:22: WARNING: autodoc: failed to import module u'f5lbaasdriver.utils.add_environment'; the following exception was raised:
Traceback (most recent call last):
  File "/Users/putrino/.virtualenvs/openstack/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object
    __import__(self.modname)
  File "/Users/putrino/openstack/f5-openstack-lbaasv2-driver/f5lbaasdriver/utils/add_environment.py", line 20, in <module>
    from f5lbaasdriver.utils.environment_library import generate_driver
  File "/Users/putrino/openstack/f5-openstack-lbaasv2-driver/f5lbaasdriver/utils/environment_library.py", line 52, in <module>
    from neutron_lbaas.drivers.f5.driver_v2 import F5LBaaSV2Driver
ImportError: No module named neutron_lbaas.drivers.f5.driver_v2
/Users/putrino/openstack/f5-openstack-lbaasv2-driver/docs/solution/topic_environment-generator.rst:31: WARNING: autodoc: failed to import module u'f5lbaasdriver.utils.environment_library'; the following exception was raised:
Traceback (most recent call last):
  File "/Users/putrino/.virtualenvs/openstack/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 551, in import_object
    __import__(self.modname)
  File "/Users/putrino/openstack/f5-openstack-lbaasv2-driver/f5lbaasdriver/utils/environment_library.py", line 52, in <module>
    from neutron_lbaas.drivers.f5.driver_v2 import F5LBaaSV2Driver
ImportError: No module named neutron_lbaas.drivers.f5.driver_v2

Deployment

n/a

dflanigan commented 7 years ago

Fixes tag not used correctly to close this issue automatically.