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
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
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
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
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
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
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
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
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
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
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
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 :
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
27 matches
Mail list logo