Hide Forgot
Description of problem: I created repo with a certain --id but the --id actually created was different. Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.266-1.fc15.noarch [root@preethi ~]# How reproducible: Steps to Reproduce: 1. create a repo with --id --id=test@red$-1 2 3. Actual results: [root@preethi ~]# pulp-admin -u admin -p admin repo create --id=test@red$-1 --feed=https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/os/ --feed_ca=CDN/cdn.redhat.com-chain.crt --feed_cert CDN/rhcontent.pem --relativepath=/new-path1/ Successfully created repository [ test@redhimBH1 ] [root@preethi ~]# pulp-admin repo list +------------------------------------------+ List of Available Repositories +------------------------------------------+ Id test@redhimBH1 Name test@redhimBH1 Repo URL https://preethi.usersys.redhat.com/pulp/repos/new-path1/ Feed URL https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/os/ Feed Type remote Content Type yum Feed Certs CA:Yes Cert:Yes Consumer Certs CA:No Cert:No Architecture noarch Sync Schedule None Packages 0 Files 0 Distributions None Publish True Clones [] Groups None Filters [] Notes {} Preserve Metadata False Checksum Type sha256 Expected results: Additional info: [root@katello-test ~]# pulp-admin -u admin -p admin repo create --id=test@red$_0 --feed=https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/os/ --feed_ca=CDN/cdn.redhat.com-chain.crt --feed_cert CDN/rhcontent.pem --relativepath=/new-path/ Successfully created repository [ test@red ] [root@katello-test ~]#