Skip to content

Commit 8bbbe78

Browse files
author
Erick Sapp
committed
Formating changes.
1 parent 5a406b4 commit 8bbbe78

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

SoftLayer/CLI/securitygroup/interface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def add(env, securitygroup_id, network_component, server, interface):
9393
component_id = _get_component_id(env, network_component, server, interface)
9494

9595
ret = mgr.attach_securitygroup_component(securitygroup_id,
96-
component_id)
96+
component_id)
9797
if not ret:
9898
raise exceptions.CLIAbort("Could not attach network component")
9999

@@ -121,7 +121,7 @@ def remove(env, securitygroup_id, network_component, server, interface):
121121
component_id = _get_component_id(env, network_component, server, interface)
122122

123123
ret = mgr.detach_securitygroup_component(securitygroup_id,
124-
component_id)
124+
component_id)
125125
if not ret:
126126
raise exceptions.CLIAbort("Could not detach network component")
127127

SoftLayer/CLI/virt/placementgroup/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ def get_command(self, ctx, cmd_name):
4444
@click.group(cls=PlacementGroupCommands, context_settings=CONTEXT)
4545
def cli():
4646
"""Base command for all capacity related concerns"""
47-
pass

SoftLayer/fixtures/SoftLayer_Event_Log.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,39 +126,39 @@
126126

127127
getAllEventObjectNames = [
128128
{
129-
'value': 'CCI'
130-
},
129+
'value': 'CCI'
130+
},
131131
{
132-
'value':'Security Group'
133-
}
132+
'value': 'Security Group'
133+
},
134134
{
135-
'value': "User"
135+
'value': "User"
136136
},
137137
{
138-
'value': "Bare Metal Instance"
138+
'value': "Bare Metal Instance"
139139
},
140140
{
141-
'value': "API Authentication"
141+
'value': "API Authentication"
142142
},
143143
{
144-
'value': "Server"
144+
'value': "Server"
145145
},
146146
{
147-
'value': "CCI"
147+
'value': "CCI"
148148
},
149149
{
150-
'value': "Image"
150+
'value': "Image"
151151
},
152152
{
153-
'value': "Bluemix LB"
153+
'value': "Bluemix LB"
154154
},
155155
{
156-
'value': "Facility"
156+
'value': "Facility"
157157
},
158158
{
159-
'value': "Cloud Object Storage"
159+
'value': "Cloud Object Storage"
160160
},
161161
{
162-
'value': "Security Group"
162+
'value': "Security Group"
163163
}
164164
]

0 commit comments

Comments
 (0)