Bug 213184

Summary: The -n and --name option of virt-install command doesn't work.
Product: [Fedora] Fedora Reporter: nickyu <yu.sei>
Component: python-virtinstAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-31 04:08:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description nickyu 2006-10-31 02:41:52 UTC
Description of problem:
The -n and --name option of virt-install command doesn't work.
If you use the --name option to define a name of domain, the
name also was set as "c".

Version-Release number of selected component (if applicable):
FC6GA
python-virtinst-0.95.0-1.fc6

How reproducible:
Always can be reproduced by the following steps

Steps to Reproduce:
1. Invoke virt-install command with option -n XXX or --name=XXX.
   XXX is the name of domain you want to create.
2. Finish other items for configuration.
3. Start the installation.
  
Actual results:
The name of guest instance was shown as "c" by xm list command.

Expected results:
The user specified name shold be shown for guest instance.


Additional info:
None