Fixing subproject test runs
The sahara declaration was missing in openstack_dashboard/api/__init__.py. This change adds the import and adds 'sahara' to __all__ which should fix the test runs. Change-Id: I7ba8b17aa4dc95d17fe83a2427a058d67e8e7afe Closes-Bug: bug 1340429
This commit is contained in:
parent
0093ef0b03
commit
6ebab02c94
@ -42,6 +42,7 @@ from openstack_dashboard.api import lbaas
|
|||||||
from openstack_dashboard.api import network
|
from openstack_dashboard.api import network
|
||||||
from openstack_dashboard.api import neutron
|
from openstack_dashboard.api import neutron
|
||||||
from openstack_dashboard.api import nova
|
from openstack_dashboard.api import nova
|
||||||
|
from openstack_dashboard.api import sahara
|
||||||
from openstack_dashboard.api import swift
|
from openstack_dashboard.api import swift
|
||||||
from openstack_dashboard.api import trove
|
from openstack_dashboard.api import trove
|
||||||
from openstack_dashboard.api import vpn
|
from openstack_dashboard.api import vpn
|
||||||
@ -62,4 +63,5 @@ __all__ = [
|
|||||||
"ceilometer",
|
"ceilometer",
|
||||||
"trove",
|
"trove",
|
||||||
"vpn",
|
"vpn",
|
||||||
|
"sahara",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user