]
Barak Korren updated OVIRT-695:
-------------------------------
Epic Link: OVIRT-403
Cannot create a new project in Gerrit
-------------------------------------
Key: OVIRT-695
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-695
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: Gerrit/git
Reporter: Barak Korren
Assignee: infra
Priority: High
Trying to follow the instructions to create a new project here:
http://ovirt-infra-docs.readthedocs.io/en/latest/General/Creating_Gerrit_...
Yields the following error in the web UI regardless of the name entered:
{quote}
Code Review - Error
400 invalid project name: foobar
{quote}
Trying to do the same from the CLI with the following command:
{code}
ssh
gerrit.ovirt.org -p 29418 gerrit create-project --empty-commit --owner foobar foobar
{code}
Also yields an error:
{code}
fatal: invalid project name: foobar
{code}
So far I haven't found anything in the logs to indicate why is this happening.