[Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Hi there, I need to delete subnet and net and then create new ones. I type command: quantum net-delete xxx quantum subnet-delete xxx But: Unable to complete operation on network 2b4be3e0-213f-45af-8a84-933f4f73e3c2. There are one or more ports still in use on the network. and: Unable to complet

Re: [Openstack] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Basically, it's an error of limited access, because I cannot even view the port-list: # quantum port-list {"error": {"message": "Invalid project", "code": 401, "title": "Not Authorized"}} Is it a dead loop? As usual, many thank

[Openstack] Configuration of Grizzly

2013-07-14 Thread comiqadze
Hi everybody! 1) AFAIK, for creating an instance there should be a kind of "template", which contains settings for instance, like what volume to attach, what ip address, what image to use, etc. So that when creating an instance you don't have to configure it for every instance. Is there any i

Re: [Openstack] Configuration of Grizzly

2013-07-14 Thread comiqadze
ery much for your responses. rgds, comiq 14.07.2013, 15:33, "Robert Collins" : > On 14 July 2013 23:30, comiqadze wrote: > >>  Hi everybody! >> >>  1) AFAIK, for creating an instance there should be a kind of "template", >> which contains settings for

[Openstack] Grizzly requirements

2013-07-18 Thread comiqadze
Hi, all. After a month of messing around with Grizzly installation, I came to the beginning - requirements. I have Ubuntu 12.04 LTS, 64 bit, on my three machines, each with 4 gb ram, one 250 gb hard drive, one NIC. Since I don't have another physical NIC, I added the virtual one, so that I hav

[Openstack] Grizzly Bear

2013-07-18 Thread comiqadze
Hi, all. Will the system work, if I have virtual network interface card instead of the physical for controller, network and compute nodes on Openstack Grizzly? So on Controller node in interfaces file I have: # Management Network auto eth0 iface eth0 inet static address 192.168.0.1

[Openstack] How to work with Flat DHCP Grizzly

2013-07-25 Thread comiqadze
Hi, folks! Does somebody know any guide for installation of the Flat DHCP step by step? I followed this guide for building the system: https://gist.github.com/tmartinx/d36536b7b62a48f859c2 my system is: 2 machines with ubuntu 12.04. one compute, one controller. I neatly followed this guide, ex