예제 #1
0
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
예제 #2
0
파일: eip.py 프로젝트: kiranmurari/heat
 def validate(self):
     '''
     Validate the ip address here
     '''
     return Resource.validate(self)
예제 #3
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)
예제 #4
0
 def validate(self):
     '''
     Validate the Properties
     '''
     return Resource.validate(self)