[Openstack] Cannot create instances on Xenserver 6.2

2013-09-16 Thread Marcelo Dieder
Hello all! I have a Openstack ambient with 5 components (Grizzly Version): 1 Xenserver 6.2 (top of list) - 1 cloud controller (ubuntu 12.04) - 1 network Quantum (ubuntu 12.04) - 1 compute with Qemu - 1 Compute Xen (nova-compute PV machine with Xenapi) I can create instances with the comp

Re: [Openstack] Rebalancing issue

2013-09-16 Thread Morten Møller Riis
Thank you Clay! That makes sense! I wasn't aware that zones needed to be about the same size. The first 3 devices are going away. As the names might reveal they are running on software raid partitions which is a bad idea. So I guess some of the problem will correct itself when they are removed

Re: [Openstack] Launch a VM instance with an attached cd-rom?

2013-09-16 Thread Yitao Jiang
Hi, nicolae I supposed that you should write a patch to meet your needs, using libvirt-api , command of virsh attach-disk On 2013/9/16 15:19, Nicolae Paladi wrote: Hi, is it possible to launch an instance with additional media (e.g. cdrom) attached? I haven't found anything like that amon

Re: [Openstack] Object versioning not working

2013-09-16 Thread Clay Gerrard
If you look at the raw API response from a HEAD on the "testing" container (maybe with curl) I think you'll see that you've set the wrong metadata key. You should set "X-Version-Location: test_cont" instead of "X-Container-Meta-X-Version-Location: test_cont" The `-m` option for `swift post` is on

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Rahul Sharma
Hi Guilherme, If you will source these credentials, then you will be able to perform operations on admin tenant and not on the demo tenant. For demo tenant, you need to change the OS_TENANT_NAME to demo. You would have created networks and ports using these credentials during installation, now you

Re: [Openstack] openstack meta-data

2013-09-16 Thread Gerard Bernabeu
Hi, we are using cloud-init to do the VM host contextualization (ie: set the right hostname). For this to work we need proper OpenStack metadata, for instance we'd like the public-hostname to default to the DNS resolved public-ipv4 (or ipv6, if present). Right now the default behaviour is th

[Openstack] Writing an l3 agent

2013-09-16 Thread Otávio Augusto
Hi all I'm trying to write a customized l3 agent for my infrastructure and I need some help on it. The "/etc/neutron/l3_agent.ini" file gives me some hints but I'd like to clarify them: 1) l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport As its name implies, is it the agent f

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Rahul Sharma
Hi Guilherme, I am not sure but I have a wild guess that you might have created the port using admin user and allocated floating-ip using demo user. If you are using CLI, then what are the parameters you have sourced using openrc/localrc? Have you sourced the correct tenant's credentials i.e. of

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Guilherme Russi
Hello Rahul, here are my credentials: export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=password export OS_AUTH_URL="http://localhost:35357/v2.0/"; export OS_SERVICE_ENDPOINT="http://localhost:35357/v2.0"; export OS_SERVICE_TOKEN=password Do I need credentials to demo user t

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Aaron Rosen
It looks like the reason is do to, "Bad floatingip request: Port is associated with a different tenant than Floating IP and therefore cannot be found". Aaron On Mon, Sep 16, 2013 at 7:27 AM, Guilherme Russi wrote: > Hello all, I'm facing problems when allocating floatingip to VMs, they > thr

[Openstack] Notification Usage in OpenStack ... a report card

2013-09-16 Thread Sandy Walsh
Hey y'all! I took a little time to review most of the OpenStack projects and check on their notification support. Happy to say, adoption is good. There are things we could do better, but overall very positive. The article also talks a little about what makes for good notification support. Some

[Openstack] Keystone pluggable auth?

2013-09-16 Thread Wyllys Ingersoll
Just wondering if the new pluggable auth feature for Keystone is only available for V3 auth protocol or if it can work with v2 also? -Wyllys Ingersoll Evault ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Guilherme Russi
I've followed the official manual, here: http://docs.openstack.org/grizzly/basic-install/apt/openstack-basic-install-apt-grizzly.pdf. How can I turn my public network become public to attach floating ip to VMs created with demo user? Thank you. 2013/9/16 Aaron Rosen > It looks like the reason

Re: [Openstack] [Swift ]Create new Container

2013-09-16 Thread Kuo Hugo
Hi , Could you please show us the "tempauth" section in proxy-server.conf ? Also the real time log of this request would be super helpful. +Hugo Kuo+ (+886) 935004793 2013/9/16 CHABANI Mohamed El Hadi > Hi people, > > In Swift all in one, i've added a new account:user in the > proxy-serve

Re: [Openstack] [Swift ]Create new Container

2013-09-16 Thread CHABANI Mohamed El Hadi
Magically it works after reboot, i don't know why, but it works, thank's for your help :) 2013/9/16 Kuo Hugo > Hi , > > Could you please show us the "tempauth" section in proxy-server.conf ? > > Also the real time log of this request would be super helpful. > > > > +Hugo Kuo+ > (+886) 93500479

[Openstack] [Swift ]Create new Container

2013-09-16 Thread CHABANI Mohamed El Hadi
Hi people, In Swift all in one, i've added a new account:user in the proxy-server.conf, and when i try to create a new container with this user i get : 403 Forbidden 'Access was denied to this resource' Should i set permissions or others staff before ? i don't know from where the problem is prov

Re: [Openstack] Need to change Network node

2013-09-16 Thread Jitendra Kumar Bhaskar
My network node crashed. Installed new network node and replaced but VM's are unable to boot. We have more than 10 VM's. How can I make it run. At boot time of instance logs : no results found for mode=local. up 1.46. searched: nocloud configdrive ec2 Starting network... udhcpc (v1.20.1) started

Re: [Openstack] Swift Fail Unauthorized

2013-09-16 Thread Adam Young
On 09/16/2013 10:29 AM, Andalabs wrote: Sorry i just got that , thats in prox-conf.conf I just add that keystone authoken lines, and restart swift proxy server, but that 3 files (.pem) not appear on signing_dir path. Could be permissions or SELinux. I address both in the troubleshooting arti

[Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Guilherme Russi
Hello all, I'm facing problems when allocating floatingip to VMs, they through the dashboard they return me "Error: Malformed request url (HTTP 400)" and through the CLI when I try quantum floatingip-associate it returns "Bad floatingip request: Port is associated with a different tenant than Fl

Re: [Openstack] Swift Fail Unauthorized

2013-09-16 Thread Andalabs
Sorry i just got that , thats in prox-conf.conf I just add that keystone authoken lines, and restart swift proxy server, but that 3 files (.pem) not appear on signing_dir path. Email-an dari Kokpit On 16 Sep 2013, at 09:01 PM, Adam Young wrote: > On 09/16/2013 07:02 AM, Mahardhika wrote:

Re: [Openstack] Swift Fail Unauthorized

2013-09-16 Thread Adam Young
On 09/16/2013 07:02 AM, Mahardhika wrote: Hi Adam, in my proxy node, am i must create keystone.conf ? Sorry, not sure what you mean by this? In most deployements, there is a file /etc/keystone/keystone.conf created for you. currently i used keystone that same as on controller node, so i can

[Openstack] Object versioning not working

2013-09-16 Thread Raghavendra Rangrej
Hi, I am trying swift object versioning using swift CLIs (using swift post to change meta data). In container-server.conf, I have set the flag allow_versions = true. With CLI, I added meta data as follows: swift stat testing Account: AUTH_1335922166fb4c43a4929f4fba670f3712dw Container: testi

Re: [Openstack] [openstack-community] Translation Push - get the dashboard in your language by Sep 24

2013-09-16 Thread Tom Fifield
Hi, Thanks for the excellent question. Shall we perhaps take this discussion to the OpenStack-Internationalisation mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n ? I think it would be more appropriate there. Regards, Tom On 15/09/13 19:02, kamélia BENCHEKRO

Re: [Openstack] Swift Fail Unauthorized

2013-09-16 Thread Mahardhika
Hi Adam, in my proxy node, am i must create keystone.conf ? currently i used keystone that same as on controller node, so i can get all tenant list with *#keystone tenant-list *command on proxy node. On your blog post, in signing_dir part, where i suppose to check? sorry i just confused in this

[Openstack] nova-network and multiple uplinks (wrt. public_interface=...)

2013-09-16 Thread Christian Parpart
Hey all, since we've got a second public subnet in our datacenter, I am having trouble with the floating IPs, that is, I am now having 2 public interfaces, vlan380 and vlan381 (instead of just one). So what am I supposed to add to the public_interface= line in the nova.conf file? All current IP

Re: [Openstack] attachement issue

2013-09-16 Thread Yannick Foeillet
UP ...I also noticed that i can't lauch an instance with snapshot volume storage, it's not (never) end.anyone 's got an idea ?Le 13 sept. 2013 à 18:03, Yannick Foeillet a écrit :Hi,I've got a question about volume attachement :* I can attach a volume to an instance wh

[Openstack] Launch a VM instance with an attached cd-rom?

2013-09-16 Thread Nicolae Paladi
Hi, is it possible to launch an instance with additional media (e.g. cdrom) attached? I haven't found anything like that among the nova boot options cheers, /nicolae ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to