[Openstack] [OpenStack][Manila] Subnet Name for Manila Share

2016-01-15 Thread Shinobu Kinjo
Hello, Can we shorten subnet name for manila share? It's now longer than *id*. | 0d7ef6e3-1944-4fa5-b331-574cf8a605eb | service_subnet_for_handling_of_share_server_for_tenant_subnet_086a3c48-d9a4-45ca-a377-d5b298308e00 | 10.254.0.0/28 | {"start": "10.254.0.2", "end": "10.254.0.14"}| There is

[Openstack] [openstack][neutron]disable snat for router gateway

2016-01-15 Thread Akshay Kumar Sanghai
Hi, In the cli of neutron router-gateway-set, thers is an option of disable snat. http://docs.openstack.org/cli-reference/neutron.html#neutron-router-gateway-set Does that mean i can create a tenant network and i will not need floating ip to go to external network? Assume the tenant network create

Re: [Openstack] [openstack][neutron]external network packets to network node

2016-01-15 Thread Akshay Kumar Sanghai
Hi James, Thanks for the explaination. How can i verify the existence of that bridge? Is br-ex that bridge as this is the only bridge that connects to external network interface? How can i view the namespace of the virtual router which is responsible for the arp replies? Thanks, Akshay On Sat, Ja

Re: [Openstack] [openstack][neutron]external network packets to network node

2016-01-15 Thread James Denton
Hi Akshay, In most cases, you won’t have IP addresses configured on interfaces used by Neutron. The Neutron L2 agents set up or configure the virtual bridges/switches on the host based on the type of network in use (VLAN, FLAT, VXLAN, etc). In many cases, an external provider network may be se

[Openstack] [openstack][neutron]external network packets to network node

2016-01-15 Thread Akshay Kumar Sanghai
Hi, I have done a kilo ubuntu installation of openstack. One thing i noticed was the network node's external interface is unnumbered. Then how does the external router forwards the packet to the network node? Suppose a vm has a floating ip . I send a packet to that vm using the floating ip. The nat

Re: [Openstack] [Barbican] Unable to establish connection when using Barbican client

2016-01-15 Thread Andreas Scheuring
Just realized that my barbican-svc is throwing the following error on every request: valid uwsgi request (current strsize: 18176). skip. {address space usage: 78528512 bytes/74MB} {rss usage: 66641920 bytes/63MB} [pid: 24512|app: -1|req: -1/9] () {0 vars in 377 bytes} [Fri Jan 15 18:54:12 2016]

Re: [Openstack] VLAN Provider Question

2016-01-15 Thread John van Ommen
Excellent! Thanks for clarifying how this works. I was reading the docs from James Denton and the one from Openstack.org and getting quite confused. On Fri, Jan 15, 2016 at 8:17 AM, gustavo panizzo (gfa) wrote: > On Fri, Jan 15, 2016 at 07:38:37 -0800, John van Ommen wrote: > > My compute node a

Re: [Openstack] VLAN Provider Question

2016-01-15 Thread gustavo panizzo (gfa)
On Fri, Jan 15, 2016 at 07:38:37 -0800, John van Ommen wrote: > My compute node and my controller node are both physically connected to the > same switch, and they can talk to the same tagged VLAN. > > The part I'm having trouble understanding is the network namespace. For > instance: > > I have

[Openstack] [Barbican] Unable to establish connection when using Barbican client

2016-01-15 Thread Andreas Scheuring
Hi, I started trying out Barbican with devstack. Installation worked well. But now after I authenticated to the commandline with > source openrc admin demo and then executing some command return the following error > barbican secret list -v --debug Starting new HTTP connection (1): 9.152.151

Re: [Openstack] VLAN Provider Question

2016-01-15 Thread John van Ommen
My compute node and my controller node are both physically connected to the same switch, and they can talk to the same tagged VLAN. The part I'm having trouble understanding is the network namespace. For instance: I have a provider VLAN on VLAN 100 The CIDR for VLAN 100 is 192.168.0.0/24 Is ther

Re: [Openstack] VLAN Provider Question

2016-01-15 Thread Andreas Scheuring
Hi John, the short answer: If you dhcp runs on the network node, then of course your network node must be attached to that provider network as well! Andreas (IRC: scheuran) On Do, 2016-01-14 at 22:08 -0800, John van Ommen wrote: > If I have a VM that's getting it's IP addresses from a VLAN provi

Re: [Openstack] How could I know id of cpu/memory/disk on an instance?

2016-01-15 Thread José Manuel Hernández
Hello, You can get this information with '*nova show [INSTANCE_NAME]*', the CPU/MEM/DISK are the relevant to the flavour type of the instance. I hope this will help you. Regards, Jose Manuel Hernandez 2016-01-15 9:55 GMT+01:00 BYEONG-GI KIM : > Hello. > > I'm now searching how to get the info

[Openstack] How could I know id of cpu/memory/disk on an instance?

2016-01-15 Thread BYEONG-GI KIM
Hello. I'm now searching how to get the information related to the something like identifier for an instance's cpu/memory/disk. The id for the nic can be obtained easily via nova interface-list [vm_id] cli, but I could not find such clis for the above things. Is it possible to get such information