Remove unused LOG to keep code clean

TrivialFix

Change-Id: Iaef734f098169464af6edce96aaae1a37e647d6b
This commit is contained in:
hongzhezheng 2016-07-09 16:25:56 +08:00
parent cd3218b7f6
commit 90fb7dd682
2 changed files with 0 additions and 8 deletions

View File

@ -12,8 +12,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import logging
from glanceclient.v2 import client as glanceclient
from heatclient.v1 import client as heatclient
from ironicclient.v1 import client as ironicclient
@ -24,9 +22,6 @@ from mistralclient.api import client as mistral_client
from swiftclient import client as swift_client
LOG = logging.getLogger(__name__)
class TripleOAction(base.Action):
def __init__(self):

View File

@ -14,13 +14,10 @@
# limitations under the License.
import collections
import logging
from glanceclient import exc as exceptions
from glanceclient.v2.client import Client as real_glance_client
LOG = logging.getLogger(__name__)
def create_or_find_kernel_and_ramdisk(glanceclient, kernel_name, ramdisk_name,
kernel_path=None, ramdisk_path=None,