ia64/xen-unstable
changeset 2244:917e2429d7c7
bitkeeper revision 1.1159.28.3 (41207575mzlF_0ur32BtoOyRJw22pg)
Skip check on recreate.
Skip check on recreate.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Aug 16 08:51:01 2004 +0000 (2004-08-16) |
parents | 0758c83632e1 |
children | 2f6326715a73 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Mon Aug 16 08:50:04 2004 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Aug 16 08:51:01 2004 +0000 1.3 @@ -465,6 +465,7 @@ class XendDomainInfo: 1.4 @param name: name 1.5 @raise: VMerror if invalid 1.6 """ 1.7 + if self.recreate: return 1.8 if name is None or name == '': 1.9 raise VmError('missing vm name') 1.10 if name[0] in string.digits: