Hello,
I have configured swift with keystone (Active directory).
While creating container in swift i am getting following error.
#swift post CONTAINER_4_admin1
Container POST failed:
http://controller:8080/v1/AUTH_admin/CONTAINER_4_admin1 401 Unauthorized
[first 60 chars of response] Una
Hi, All:
When I checkout nova to another branch. how to confirm I have the
right database schema ?
When I run "nova-manage db sync", I've got below error:
2014-06-11 22:53:27.977 CRITICAL nova [-] KeyError:
2014-06-11 22:53:27.977 TRACE nova Traceback (most recent call last):
201
Tks Rob!
But it still doesn't work, I tried it with:
---
OPENSTACK_KEYSTONE_URL = "http://controller-1.domain.com.br:5000/v2.0";
---
No error 500 but, Horizon is still trying to reach:
---
http://psuaa-1.mng.domain.com.br:5000/v2.0/OS-KSCRUD/users/a8c94b8ce013421891ea2086071b5cdf
---
I'm still
I think I got it... It was right in front of me... ehhe
---
OPENSTACK_ENDPOINT_TYPE = "publicURL"
---
Sorry about the buzz!
Tks!
Thiago
On 11 June 2014 17:29, Martinx - ジェームズ wrote:
> Tks Rob!
>
> But it still doesn't work, I tried it with:
>
> ---
> OPENSTACK_KEYSTONE_URL = "http://controll
On Wed, 11 Jun 2014 18:52:43 +0100
Diogo Vieira wrote:
> I have one Proxy Node in the same machine as the Keystone service is as
> well as a Storage Node. On the other machine I have only a Storage Node.
> What should be the approach used to make this publicly available? What
> ports should be o
Yup, i did it for the tenant user and admin both, but it still didn't work
:(
I can boot my instance and get inside it via VNC console, but cannot ping
the instance from devstack host and vice-versa
I am assuming its something to do with the way devstack sets up networking
thats probably not workin
Hello,
I have an openstack setup that consists only in the Swift and Keystone (and its
dependencies) services, in 2 machines. I have one Proxy Node in the same
machine as the Keystone service is as well as a Storage Node. On the other
machine I have only a Storage Node.
The problem is that thi
What networking are you using? I found Neutron to be unmanageable and
fell back to nova, which worked with my small cloud implementation. I'm
using one control and one compute host, soon to be 3.
Can you ping out to local IPs or 8.8.8.8? I'd start with the interfaces
involved on your comput
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
The previous revision of this OSSN specified an incorrect workaround.
This new revision should supersede the old revision.
Thanks,
- -NGK
- --
Some versions of Glance do not a
I had added the icmp and ssh groups as admin, but had to do it as well
as the tenant user. The docs don't seem to speak to the need to do
things as admin or tenant much, but I had to run both commands to set up
the security group rules for icmp and ssh as both admin and tenant user.
On 6/11/
This looks neat! I'm all for providing mechanisms for tracking performance
of Swift and use this data to make Swift faster. Looking forward to having
this merged sooner.
Even if the current mechanism is not available per request, do you know how
to use it? What do I need to do to have the metrics
I am actually hitting a similar issue with devstack setup on F20
I am able to spawn Nova instances and have setup keypair and sec-groups and
using those key and secgroup while spawning the instance
My instance boots up fine and has a 10.x.x.x IP.. I can get into the
instance usign VNC.. but cannot
Just to be clear.. I have added sec-group rule for ssh, icmp into the
default secgroup
and using the default secgroup while creating the instance.. and yet I am
unable to ping and/or ssh the instance from my devstack host!
On Wed, Jun 11, 2014 at 10:15 PM, Deepak Shetty wrote:
> I am actually h
Thanks, switching from virt_type=kvm to qemu works!
I spent close to 4 days on this :(
On Wed, Jun 11, 2014 at 7:50 PM, Lars Kellogg-Stedman
wrote:
> On Wed, Jun 11, 2014 at 11:24:04AM +0530, Deepak Shetty wrote:
> >Thanks that helped, just curious, why does it need to use libguestfs ?
> >
Greetings. I'm going through an upgrade process from Folsom to Havana. I was
able to work through the db sync issues, but have hit the issue described in
https://bugs.launchpad.net/nova/+bug/1152426 related to vif types needing to be
present in the instance_info_caches table.
Is there a recom
On Wed, Jun 11, 2014 at 10:14:10AM +1200, Clint Dilks wrote:
> Is this expected ?
>
> I can understand the interfaces not being available as these are created by
> Neutron.
The interface should be created by the openvswitch agent. You would
need all your openstack services to start (well, at lea
Hi,
Yes, the page
http://openstack.redhat.com/Workarounds#nova:_instances_started_in_error_state
helped me. Even after installing icehouse from scratch I got instances started
in
error state. Only correcting /etc/nova/nova.conf to
vif_plugging_is_fatal: false
vif_plugging_timeout: 0
helped m
On Tue, Jun 10, 2014 at 3:54 AM, Ageeleshwar Kandavelu
wrote:
> Hi All,
> I have seen several people asking how to set up openstack on a machine with
> a single nic card. I have created a blog page for the same. The blog
> includes aome information about openstack networking also.
>
> http://fossk
On Wed, Jun 11, 2014 at 11:24:04AM +0530, Deepak Shetty wrote:
>Thanks that helped, just curious, why does it need to use libguestfs ?
> Why can't it just use qemu-img resize to check ?
Nova is checking whether or not the given disk image has partitions.
If has partitions, it cannot be blindly
Hi, Anatoly,
Okay, I guess that bug#1090605 is speaking the same thing as mine.
Best regards,
Felix Lee ~
On 2014年06月11日 16:13, Felix Lee wrote:
Hi, Anatoly,
Does that page help for you?
Well, I also had problem of launching VM after to Icehouse from Havana.
I am not sure if that is what you a
Hi, Anatoly,
Does that page help for you?
Well, I also had problem of launching VM after to Icehouse from Havana.
I am not sure if that is what you are suffering, but in my case, it's
because I forgot that there are new options needed to be configured in
neutron.conf for Icehouse, if we upgrade
please excuse my stupidity, but this is the fiftieth time I've done an
install and I had left out the secgroup-add-rule's for icmp and ssh.
I'm good now!!
I certainly appreciate your help, Yugang.
On Wed Jun 11 01:52:20 2014, Yugang LIU wrote:
Hi,
For Nova-network, You can
ping from vm to v
Hi all
I'll share results with the group.
my mission is to find a TYPICAL, MIDDLE OF THE BELL CURVE Openstack
hardware.
Please stick to real clusters running today
how many nodes -
how many CPU cores per node -
how much RAM per node -
how many Disk Drives per node -
number and type of network conn
Martinx - ジェームズ wrote:
> Guys,
>
> Currently, my file /etc/openstack-dashboard/local_settings.py have the
> following entry:
>
> ---
> OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
> ---
>
>
> BUT, Horizon users are unable to change their passwords, look:
>
> *Error: *Unable
Hi, Felix
Thank you for reply. I've encountered the same problems as you.
After much googling I've managed to modify database and to find out how to
modify
db_migration script. However after upgrading openstack instances have not
launched
successfully so I've decided to install IceHouse from
On Tue, Jun 10, 2014 at 09:45:49PM -0400, Aaron Knister wrote:
>Awesome! Thank you Mike! Is there any way to programmatically determine if
>a given stack resource contains nested stacks? I guess the simplest thing
>to do is to query a given stack resource as it's own stack and see what
On Tue, Jun 10, 2014 at 07:34:35PM -0400, Mike Spreitzer wrote:
>Aaron Knister wrote on 06/10/2014 02:40:09 PM:
>
>> I'm trying to figure out how to determine all instances that were
>> created as part of a given autoscaling group. I want to take a given
>> autoscaling group and l
Hi,
Using the network strategy from the 'Installation Guide for Ubuntu' here:
http://docs.openstack.org/icehouse/install-guide/install/apt/content/basics-networking-neutron.html
How might one adapt this for a production setup, perhaps in the context of
security?
What are the needed configuratio
Hi Shrinand,
yes, it is using statsD tool to aggregate metrics for you. But you can't
get it for individual request.
I'm working on tracing tools that will enable you to get stats of each
request from existing logs.
I have submitted a patch on gerrit which is a prototype:
https://review.openst
Hi All,
I have a three node Havana setup of openstack. Whenever I launch an instance
and terminate it, the load on the CPU increases drastically.
I have checked using the TOP command and found some qemu-nbd processes eating
away the CPU time.
I have to manually terminate them. What is the cause
30 matches
Mail list logo