9125836588
hyphen cannot be used as python module name, so the default cookiecutter example does not work completely. Once module_name is fixed, module_name and module_folder are now always same and module_folder is now unnecessary. Thus this commit also drops module_folder. Change-Id: I28a5f7bd349d73627874e1466c72cc66e918f77b
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"repo_group": "openstack",
|
|
"repo_name": "cafe-ui",
|
|
"launchpad_project": "cafe-ui",
|
|
"project_short_description": "Cafe User Interface",
|
|
"help_name": "Cafe-UI",
|
|
"call_by_name": "Cafe UI",
|
|
"module_name": "cafe_ui",
|
|
"dashboard": "project",
|
|
"panel_group": "cafe",
|
|
"panel_group_name": "Cafe",
|
|
"panel": "drink",
|
|
"panel_func": "Drink",
|
|
"api_module": "cafe",
|
|
"api_name": "Cafe"
|
|
}
|