[API] Make condition mandatory on Node PUT
Change-Id: I4d9556c02f6ec3c9918fba2bbe778f1ad57678db
This commit is contained in:
		@@ -31,7 +31,7 @@ class LBRespNode(Base):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class LBNodePut(Base):
 | 
			
		||||
    condition = Enum(wtypes.text, 'ENABLED', 'DISABLED')
 | 
			
		||||
    condition = Enum(wtypes.text, 'ENABLED', 'DISABLED', mandatory=True)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class NodeResp(Base):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user