create_configuration(owner, name)#

Create a configuration.

A configuration has a name and belongs to a project.

Parameters:
ownerstd.Project

Project.

namestr

Name of the configuration.

Returns:
std.Configuration