components/openstack/nova/files/nova-api
changeset 6854 52081f923019
parent 4049 150852e281c4
--- a/components/openstack/nova/files/nova-api	Wed Sep 07 14:48:42 2016 -0700
+++ b/components/openstack/nova/files/nova-api	Wed Sep 07 14:48:42 2016 -0700
@@ -1,6 +1,6 @@
 #!/usr/bin/python2.7
 
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
 #    not use this file except in compliance with the License. You may obtain
@@ -17,14 +17,12 @@
 import os
 import sys
 
+from oslo_config import cfg
 import smf_include
 
-from oslo.config import cfg
-
 
 # name to script mapping for nova API
 MAPPING = {
-    "ec2": "/usr/lib/nova/nova-api-ec2",
     "metadata": "/usr/lib/nova/nova-api-metadata",
     "osapi_compute": "/usr/lib/nova/nova-api-os-compute"
 }