summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/utils/deploy_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/utils/deploy_utils.py')
-rw-r--r--snaps/openstack/utils/deploy_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/utils/deploy_utils.py b/snaps/openstack/utils/deploy_utils.py
index 028da84..8c8431d 100644
--- a/snaps/openstack/utils/deploy_utils.py
+++ b/snaps/openstack/utils/deploy_utils.py
@@ -78,7 +78,7 @@ def create_router(os_creds, router_settings, cleanup=False):
"""
Creates a network on which the CMTSs can attach
:param os_creds: The OpenStack credentials object
- :param router_settings: The RouterSettings instance
+ :param router_settings: The RouterConfig instance
:param cleanup: Denotes whether or not this is being called for cleanup
:return: A reference to the network creator objects for each network from
which network elements such as the subnet, router, interface