Hi,
The PTL election for Ceilometer¹ is over.
The winner is Nick Barcet.
Congratulations !
The results are available here:
http://www.opavote.org/vote/491028
¹ http://wiki.openstack.org/EfficientMetering/PTLElectionProcess
Cheers,
--
Julien Danjou
// Free Software hacker & freelan
Hi there !
I have an essex install that works, and am trying now to do the same
thing but with SSL for keystone communication.
I am using Ubuntu 12.04
I followed http://docs.openstack.org/developer/keystone/configuration.html
On a remote box that will serve as my CA, i generated an auto signed
Everyone:
Hi!
When I install keystone alone, find a error, that’s make me crazy !the
situation as follow:
This is my conf
[DEFAULT]
bind_host = 0.0.0.0
public_port = 5000
admin_port = 35357
admin_token = admin
compute_port = 8774
verbose = True
debug = True
log_config = /etc/keystone/lo
Mark McLoughlin wrote:
> On Thu, 2012-08-02 at 15:47 -0700, Vishvananda Ishaya wrote:
>> On Aug 2, 2012, at 1:05 PM, Eric Windisch wrote:
>>
>>> The scope of common is expanding. I believe it is time to seriously
>>> consider a proper PTL. Preferably, before the PTL elections.
>>
>> +1
>
> So, I
Hi Jay,
Thanks a lot again, trying to get an understanding of the overall process.
So the file system for qcow2 is sort of managed by qemu(not by openstack
itself) ... create etc is done by qemu but read/write from filesystem is
also manged by qemu?
Is the filesystem supported by qemu for all cas
Hi-
While going through the source code of Openstack Nova,
I have seen this comment,
We support two approaches to determining vNICs:
- By default, a VM gets a vNIC for any network belonging
to the VM's project, and a vNIC for any "global" network
Thierry Carrez wrote:
> So I support
> that move, and will prepare a resolution to adjust the TC charter to
> accommodate this change and propose it at the next PPB meeting.
Pushed to the PPB's next meeting agenda as:
http://wiki.openstack.org/Governance/Proposed/OpenStackCommonException
Cheers,
* Am Thu, Aug 02 2012 at 09:24:55 -0400 , schrieb Ravi Jagannathan:
> It should hop on to the next subnet block if available
Since openstack doesn't do this, its just not possible to
grow grow the network ?
Christoph
>
> Ravi
>
> On Thu, Aug 2, 2012 at 5:58 AM, Christoph Kluenter wrote:
>
clarify more. By growing network do you mean adding more machine machines
instances ?
On Fri, Aug 3, 2012 at 7:03 AM, Christoph Kluenter wrote:
> * Am Thu, Aug 02 2012 at 09:24:55 -0400 , schrieb Ravi Jagannathan:
> > It should hop on to the next subnet block if available
> Since openstack does
Thank you guys, my issue is solved for the moment.
Sincerely, Heng
From: openstack-bounces+shouhengzhang.xu=mail.utoronto...@lists.launchpad.net
[openstack-bounces+shouhengzhang.xu=mail.utoronto...@lists.launchpad.net] on
behalf of Jay Pipes [jaypi...@gma
Ryan,
This looks like what the problem was. I'm running 2012.1 from the
epel packages on centos 6.2. The ec2 layer doesn't look like it
follows policy.json by default. It still has roles for netadmin,
sysadmin and projectmanager hard coded in nova/api/ec2/__init__.py.
Right now, I'm just making
* Am Fri, Aug 03 2012 at 07:57:03 -0400 , schrieb Ravi Jagannathan:
> clarify more. By growing network do you mean adding more machine machines
> instances ?
More instances. The tenant has used up the first net, has 254 instances running
and now wants to add
more instances. But since the net is f
Another questions is, I can get all the status of a computing node in the mysql
nova database, and select * from compute_node, but now I am using json filter,
the only field I have success with now is the free_ram_db, if my hint uses
free_disk_gb, then I always get error, but the database is sho
Congratulations, Nick!
On Fri, Aug 3, 2012 at 4:22 AM, Julien Danjou wrote:
> Hi,
>
> The PTL election for Ceilometer¹ is over.
>
> The winner is Nick Barcet.
>
> Congratulations !
>
>
> The results are available here:
>
> http://www.opavote.org/vote/491028
>
> ¹ http://wiki.openstack.o
On Wed, Aug 1, 2012 at 10:07 PM, Jay Pipes wrote:
> For the case of shell scripts using the old glance client, the
> installation path for the old and new glance CLI tools is different, so
> in theory, if you wrote a shell script that used the old glance client,
> then installed the new python-gla
On Fri, Aug 3, 2012 at 10:22 AM, Julien Danjou wrote:
> The PTL election for Ceilometer¹ is over.
> The winner is Nick Barcet.
congratulation Nick, well deserved.
Chmouel.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@
On 08/02/2012 10:54 PM, Nathanael Burton wrote:
Adam,
I haven't yet had a chance to review how the new PKI signed tokens is
implemented, but what you're describing sounds quite similar to online
certificate status protocol (OCSP) but for tokens.
Yes, I don't really have new idea here, jus
On Fri, Aug 3, 2012 at 3:48 AM, Trinath Somanchi wrote:
> Hi-
>
> While going through the source code of Openstack Nova,
>
> I have seen this comment,
>
> We support two approaches to determining vNICs:
> - By default, a VM gets a vNIC for any network belonging
>
On 08/03/2012 05:18 AM, Pierre Amadio wrote:
> https://blueprints.launchpad.net/keystone/+spec/2-way-ssl
>
> At the bottom of the blueprint, there are 2 "addressed by" links with a
> set of patches:
>
> https://review.openstack.org/1038
> https://review.openstack.org/7706
>
> But i do not find
On 08/02/2012 08:52 PM, Eric Windisch wrote:
>>
>> What do you mean by "membership services"?
> See the email today from Yun Mao. This is a proposal to have a pluggable
> framework for integration services that maintain memberships. This was
> originally desiged to replace the MySQL heartbeats i
>
> Ah, yes. I've urged the team to use the term ServiceGroup instead of the
> Zookeeper "membership" terminology -- as membership has other
> connotations in Glance and Nova -- for instance, membership in a
> project/tenant really has nothing to do with the concept of service
> groups that can mo
On 08/03/2012 09:28 AM, Heng Xu wrote:
> Another questions is, I can get all the status of a computing node in the
> mysql nova database, and select * from compute_node, but now I am using json
> filter, the only field I have success with now is the free_ram_db, if my hint
> uses free_disk_gb, t
Indeed, congrats Nick.
On 08/03/2012 10:12 AM, Chmouel Boudjnah wrote:
> On Fri, Aug 3, 2012 at 10:22 AM, Julien Danjou wrote:
>> The PTL election for Ceilometer¹ is over.
>> The winner is Nick Barcet.
>
> congratulation Nick, well deserved.
>
> Chmouel.
>
> ___
On Aug 3, 2012, at 6:59 AM, Alan Pevec wrote:
>
> So before "glance" is removed from openstack/glance (in folsom-3 if I
> understood correctly?)
Given the response from the community, I think it would be a bad idea to remove
bin/glance in Folsom. My current plan is to leave it in until Grizzly
Hi Gaurab,
Openstack is not a hypervisor, it is a management layer that sits on top of a
hypervisor. Management of the guest filesystem and memory is all done by an
underlying hypervisor, Generally KVM or Xen. KVM is essentially kernel module
extensions for QEMU (which is a software emulator).
The basic support for SSL has been readded to Keystone earlier this release
cycle, alough theres still a few pieces trickling through the pipeline (recent
updates to keystone client to allow for self-signed certs).
It needs testing, and I dont know that we yet have good deployment option docs
Hello community,
I'd like to advertise that me and my colleague Piotr Siwczak at
Mirantis have started a series of blog posts explaining the gory
details of OpenStack networking.
http://www.mirantis.com/tag/networking/
So far we have two posts:
http://www.mirantis.com/blog/openstack-networking-
Hi,
This is just a reminder that we'll hold the first of the monthly HPC telecons
this Monday, August 6 at 12:00 noon EDT. We'll use Webex (details below) due
to the number of people who expressed interest earlier (way more than the 9
person Google Meetup max). I'm proposing the following age
Hello,
Looks nice but I look forward to read the one about VLAN manager :D
Thanks!
Cheer!
On Fri, Aug 3, 2012 at 8:50 PM, Eugene Kirpichov wrote:
> Hello community,
>
> I'd like to advertise that me and my colleague Piotr Siwczak at
> Mirantis have started a series of blog posts explaining the
Hi folks
> Gary
Thank you for your comment. I wanna discuss your point on the mailing list.
Yusuke pushed Multi-host implementation for review.
https://review.openstack.org/#/c/10766/2
This patch changes only quantum-dhcp-agent side.
Gary's point is we should have host attribute on the port for
Hi folks
I report this bug recently.
device_id should not be updated twice
https://bugs.launchpad.net/quantum/+bug/1031473
Now, a user can update device_id which may cause problem.
This is related to port id spec for nova boot.
https://bugs.launchpad.net/nova/+bug/1031096
My question is how w
On 08/03/2012 02:50 PM, Eugene Kirpichov wrote:
Hello community,
I'd like to advertise that me and my colleague Piotr Siwczak at
Mirantis have started a series of blog posts explaining the gory
details of OpenStack networking.
http://www.mirantis.com/tag/networking/
So far we have two posts:
Hi folks
Sorry.
I added openstack-...@lists.openstack.org in this discussion.
2012/8/3 Nati Ueno :
> Hi folks
>
>> Gary
> Thank you for your comment. I wanna discuss your point on the mailing list.
>
> Yusuke pushed Multi-host implementation for review.
> https://review.openstack.org/#/c/10766/2
Hi folks
Sorry.
I added openstack-...@lists.openstack.org in this discussion.
2012/8/3 Nati Ueno :
> Hi folks
>
> I report this bug recently.
>
> device_id should not be updated twice
> https://bugs.launchpad.net/quantum/+bug/1031473
>
> Now, a user can update device_id which may cause problem.
Hi Sean,
Yes, I am :) Thanks, I'll follow the necessary procedures.
On Fri, Aug 3, 2012 at 12:50 PM, Sean Dague wrote:
> On 08/03/2012 02:50 PM, Eugene Kirpichov wrote:
>>
>> Hello community,
>>
>> I'd like to advertise that me and my colleague Piotr Siwczak at
>> Mirantis have started a series
Here's the "review" item:
https://review.openstack.org/#/c/10790/
Know anyone who's authorized to approve items in openstack-planet?
On Fri, Aug 3, 2012 at 1:12 PM, Eugene Kirpichov wrote:
> Hi Sean,
>
> Yes, I am :) Thanks, I'll follow the necessary procedures.
>
> On Fri, Aug 3, 2012 at 12:50
Pierre,
In Diablo and Essex it is a common deployment pattern to serve Keystone via
SSL proxy or run Keystone as a mod_wsgi application directly. Running like
this provides connection security between the clients and the Keystone
server.
Adam Young provided a good example of doing this via Apach
Hi All,
I have an OpenStack install where the cloud controller has a
public/routeable interface and a management/vm interface.
I am running a single instance in a VLAN with a public/floating IP.
This instance is running nginx webserver on port 80
I can ssh and ping the public IP but if I try to
I am so sorry. There are too many (3) firewalls involved here. I
didn't realize the fedora instance
had it's own firewall running that blocked port 80. Problem solved.
Sorry and thanks for reading!
Sam
On Fri, Aug 3, 2012 at 11:36 PM, Samuel Winchenbach wrote:
> Hi All,
>
> I have an OpenSt
soft deletes is used in nova db. but how to use uc with soft-deletes?
exp: the address field of modes.VIrtualInterface is unique.
"""
Using constraints (UC, FK) is impossible. Using a unique constraint (UC) is
not really possible, as the RDBMS will take into account the rows which are
'deleted'
Hai,
I am running the openstack on ubuntu 12.04 for getting the vnc
console url
nova get-vnc-console
and
*nova --debug list*
*
*
but we are getting error mentioned below
connect: (localhost, 5000)
send: 'POST /v2.0/tokens HTTP/1.1\r\nHost:
localhost:5000\r\nContent-Length: 113\r\nc
41 matches
Mail list logo