Trivial Fix
Add a space in the quota error message Change-Id: I159708b42e86f6b02f8733103a687561d550f650
This commit is contained in:
		@@ -165,7 +165,7 @@ class SetQuota(command.Command):
 | 
				
			|||||||
                    **volume_kwargs)
 | 
					                    **volume_kwargs)
 | 
				
			||||||
            if network_kwargs:
 | 
					            if network_kwargs:
 | 
				
			||||||
                sys.stderr.write("Network quotas are ignored since quota class"
 | 
					                sys.stderr.write("Network quotas are ignored since quota class"
 | 
				
			||||||
                                 "is not supported.")
 | 
					                                 " is not supported.")
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            project = utils.find_resource(
 | 
					            project = utils.find_resource(
 | 
				
			||||||
                identity_client.projects,
 | 
					                identity_client.projects,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user