mirror of https://github.com/apache/cloudstack.git
Typo
This commit is contained in:
parent
54f5c53a20
commit
5dcdf26328
|
|
@ -48,7 +48,7 @@ class CsConfig(object):
|
|||
return self.__LOG_LEVEL
|
||||
|
||||
def is_vpc(self):
|
||||
return self.cl.get_type() == "vpcrouter":
|
||||
return self.cl.get_type() == "vpcrouter"
|
||||
|
||||
def get_format(self):
|
||||
return self.__LOG_FORMAT
|
||||
|
|
|
|||
Loading…
Reference in New Issue