I am sorry ... Where can i find my vlan ID ? On Mon, Apr 18, 2011 at 7:34 PM, Michael Stroucken <[email protected]> wrote:
> hari narayanan wrote: > >> This is actually the error that i get in primitive.py >> >> Failed to schedule or activate hari >> Traceback (most recent call last): >> File "./bin/primitive.py", line 162, in start >> hook.preCreate(inst) >> File "/home/hari/tashi/src/tashi/agents/dhcpdns.py", line 223, in >> preCreate >> ip = self.allocateIP(nic) >> File "/home/hari/tashi/src/tashi/agents/dhcpdns.py", line 93, in >> allocateIP >> if (requestedIP <= self.ipMax[network] and requestedIP >= >> self.ipMin[network] and (requestedIP not in self.usedIPs)): >> KeyError: 272 >> > > A vlan with number 272 is a configuration sample. You need to use your own > vlan numbers. > > Greetings, > Michael. >
