Packstack Plugins Clean-up
- Deleted unused import - Pep8 compliance - Deleted unused variables Change-Id: I45f135b2467427cd7ee3b5ba32745af2a631458a Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
@@ -4,18 +4,15 @@
|
||||
Installs and configures an OpenStack Client
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
from packstack.installer import validators
|
||||
from packstack.installer import basedefs, output_messages
|
||||
from packstack.installer import utils
|
||||
|
||||
from packstack.modules.ospluginutils import (getManifestTemplate,
|
||||
appendManifestFile)
|
||||
|
||||
|
||||
#------------------ oVirt installer initialization ------------------
|
||||
# ------------- OpenStack Client Packstack Plugin Initialization --------------
|
||||
|
||||
PLUGIN_NAME = "OS-Client"
|
||||
PLUGIN_NAME_COLORED = utils.color_text(PLUGIN_NAME, 'blue')
|
||||
@@ -43,7 +40,7 @@ def initSequences(controller):
|
||||
osclientsteps)
|
||||
|
||||
|
||||
#-------------------------- step functions --------------------------
|
||||
# -------------------------- step functions --------------------------
|
||||
|
||||
def create_manifest(config, messages):
|
||||
client_host = config['CONFIG_CONTROLLER_HOST'].strip()
|
||||
|
Reference in New Issue
Block a user