[Openstack] (no subject)

2013-04-25 Thread daniels cai
hi community

i create a port which contains two subnet
and quantum returns the following json.

{
port: {
status: DOWN,
name: ,
admin_state_up: true,
network_id: f9d3bd8e-377b-4f21-bfc6-64ae4257e44d,
tenant_id: 82da519b676d400ab24e9ee38d138c3c,
binding:vif_type: ovs,
device_owner: ,
binding:capabilities: {
port_filter: false
},
mac_address: fa:16:3e:e8:0c:75,
fixed_ips: [
{
subnet_id: 3a6c08b6-cb0e-4949-9e3f-dae76fc98741,
ip_address: 20.20.1.1
},
{
subnet_id: dfe2a150-5a87-4256-80c7-fd88b9dae113,
ip_address: 20.20.2.20
}
],
id: 843cb8da-ccac-4550-b777-fa1455ee02fe,
device_id: 
}
}

when i try to boot a vm with this port (command showed below)


nova boot --nic port-id=f9d3bd8e-377b-4f21-bfc6-64ae4257e44d --key-name hi
--flavor 1 --block_device_mapping
vda=21f4dfc5-9752-4f5e-8133-0540a1dc3eb5:::0 vm7


the vm's network doesn't work , dhcp doesn't work and only one nic showed .
( if only one subnet specified, dhcp and other plugins works fine)

any one can help?

Daniels Cai
http://dnscai.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2013-02-02 Thread Xiazhihui (Hashui, IT)
Hi, all

   I have the following questions:

1.I want to know if grizzly-3 is the last of Grizzly? Will it have a grizzly-4?

2.I hava a cinder driver, if I want to commit it in grizzly-3. What's the 
deadline of the codes committing? Should the code be approved by PTL before 
2013-02-21 ?

3.Grizzly will public in April 2013, can I commit my blueprint codes from 
2013-02-21 to April 2013?

  Appreciate Your Help !

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2013-02-02 Thread Thierry Carrez
Xiazhihui (Hashui, IT) wrote:
 1.I want to know if grizzly-3 is the last of Grizzly? Will it have a
 grizzly-4?

No there won't be another milestone. The release schedule appears at:
http://wiki.openstack.org/GrizzlyReleaseSchedule

The release cycle is explained at:
http://wiki.openstack.org/ReleaseCycle

The developer section of this page contains a few other useful pointers:
http://wiki.openstack.org/HowToContribute

 2.I hava a cinder driver, if I want to commit it in grizzly-3. What's
 the deadline of the codes committing? Should the code be approved by PTL
 before 2013-02-21 ?

The proposed change needs to be merged before the end of the day on
February 19 (when we branch for grizzly-3 delivery). That means
gathering necessary code review approvals before then. This can take
time, so code should be submitted asap.

 3.Grizzly will public in April 2013, can I commit my blueprint codes
 from 2013-02-21 to April 2013?

No, Feb 19 is Feature Freeze, so if you don' tmake it by then, your
feature will be part of the next release (Havana) instead.

Engaging early with the developer community (and the project PTL) is the
key to success. Ideally features would be presented to the design summit
and implemented in the months after, to be integrated in the release at
the end of the 6-month cycle.

Regards,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2013-02-02 Thread John Griffith
On Sat, Feb 2, 2013 at 9:49 AM, Thierry Carrez thie...@openstack.orgwrote:

 Xiazhihui (Hashui, IT) wrote:
  1.I want to know if grizzly-3 is the last of Grizzly? Will it have a
  grizzly-4?

 No there won't be another milestone. The release schedule appears at:
 http://wiki.openstack.org/GrizzlyReleaseSchedule

 The release cycle is explained at:
 http://wiki.openstack.org/ReleaseCycle

 The developer section of this page contains a few other useful pointers:
 http://wiki.openstack.org/HowToContribute

  2.I hava a cinder driver, if I want to commit it in grizzly-3. What's
  the deadline of the codes committing? Should the code be approved by PTL
  before 2013-02-21 ?

 The proposed change needs to be merged before the end of the day on
 February 19 (when we branch for grizzly-3 delivery). That means
 gathering necessary code review approvals before then. This can take
 time, so code should be submitted asap.

  3.Grizzly will public in April 2013, can I commit my blueprint codes
  from 2013-02-21 to April 2013?

 No, Feb 19 is Feature Freeze, so if you don' tmake it by then, your
 feature will be part of the next release (Havana) instead.

 Engaging early with the developer community (and the project PTL) is the
 key to success. Ideally features would be presented to the design summit
 and implemented in the months after, to be integrated in the release at
 the end of the 6-month cycle.

 Regards,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

In addition to everything that Thierry pointed out, I'd also like to
mention that Cinder is a bit unique.  Cinder is a bit different than other
projects because there's a constant flow of vendors wishing to implement
new drivers.  The result is we typically get to the final week or two of
the last feature milestone in a release cycle and suddenly half a dozen new
blue-prints for drivers are submitted.  This makes for a very troubling
week of trying to get reviews, tests etc while still getting all the
*normal* back-log of things in.

We're planning to have a session at the summit to agree upon and formalize
some policies around driver submissions.  Of course we still want to
encourage folks to contribute and participate, we just want to avoid the
trend of everything showing up in the last week of the milestone if
possible.

If you want to get a driver added to Cinder in time for Grizzly, please get
a BP submitted and get the patch in as soon as possible (ideally early this
coming week).  Also feel free to grab me on IRC and we can talk more about
where you're at and how we can make this happen for the Grizzly release.

Thanks,
John
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-10-16 Thread Joe Savak

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-10-16 Thread Sandy Walsh
+1


From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net 
[openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of 
Joe Savak [joe.sa...@rackspace.com]
Sent: Tuesday, October 16, 2012 5:50 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] (no subject)







 





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-10-16 Thread Leandro Reox
seems legit

On Tue, Oct 16, 2012 at 9:58 PM, Sandy Walsh sandy.wa...@rackspace.comwrote:

 +1


 From: 
 openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net[openstack-bounces+sandy.walsh=
 rackspace@lists.launchpad.net] on behalf of Joe Savak [
 joe.sa...@rackspace.com]
 Sent: Tuesday, October 16, 2012 5:50 PM
 To: openstack@lists.launchpad.net
 Subject: [Openstack] (no subject)













 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-08-14 Thread Alessio Ababilov
Hi!

I would like to discuss https://bugs.launchpad.net/nova/+bug/1036672 -
Unable to spawn instance after I delete and create same network

Steps to reproduce:

1. Create project and network
2. Spawn instance
3. Delete instance
4. Delete project and network
5. Create same network
6. Create project
7. Spawn instance
8. The instance will not be spawned, you will see that the deleted
network was not found in nova-network log

This bug reproduces for this reason.

When deleting a network, its record is removed from database and its
fixed_ips are marked as deleted.
During instance spawning, an IP address is chosen. Then
fixed_ip_get_by_address is called. It calls model_query passing
read_deleted=yes. The deleted fixed ip is chosen and it causes
NetworkNotFound. The same error will be during instance deletion while
disassociating fixed IP.

In folsom, fixed_ip_get_by_address does not pass read_deleted flag
anymore, however, its `context` parameter contains read_deleted=yes
when IP is being disassociated. So, NetworkNotFound is raised again.

I would like to ask several questions:

1) Is it really necessary to keep deleted fixed IPs in the database? A
network cannot be removed until it is not used, so, it should be safe
to remove its fixed IPs.
2) How control a code using database context? It could be too tricky
and it difficult to predict when its flags, e.g. read_deleted, are set
to some values.
3) Who actually uses objects that are marked as deleted in the
database? I know only one example - instance types that can be deleted
but are still referenced by running instances. Are there other
examples?


--
Alessio Ababilov
Software Engineer
Grid Dynamics

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-06-27 Thread Jayashree(Jay) Beltur
http://katierefling.com/blog/wp-content/themes/pyrmont-v2/ybkrz.html___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-06-27 Thread Vishvananda Ishaya
This looks like virus initiated spam to me. I recommend not clicking this link

Vish

On Jun 27, 2012, at 1:15 PM, Jayashree(Jay) Beltur wrote:

 http://katierefling.com/blog/wp-content/themes/pyrmont-v2/ybkrz.html
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-05-31 Thread Kei.masumoto


To check free_disk_gb,
stats = libvirt_utils.get_fs_info(FLAGS.instances_path)
return stats['total'] / (1024 ** 3)

I dont think disk space is not cheched on executing live-migration.
available disk space is only checked for kvm-block migration.

Kei

(2012/05/31 12:08), William Herry wrote:

When I run live-migration, it fail because of:
MigrationError_Remote: Migration error: Unable to migrate
e0fd9c27-cc7b-4420-bd8a-6dd9d5316929 to compute2: Lack of
disk(host:-188978561024 = instance:37580963840)

In fact I have 170G free disk on compute2, then I check nova database
and find this in compute_nodes which compute2 have:
disk_available_least: -176
  free_ram_mb: 41086
 free_disk_gb: -149

my question is that, how nova get disk info and then fill to this db

by the way, horizon seems don't have ability to show host capabilities
which I can easy to know how much resource left on each node

Thanks




--



William Herry

williamherrych...@gmail.com



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-05-31 Thread Kei.masumoto

Hm... on your pty, try:

 python -c import os; hdd = os.statvfs(FLAGS.instances_path); print 
hdd.f_frsize * hdd.f_blocks;


that is exactly how to calculate total disk.
 if you got minus value, something unexpected situation occurs.

Kei


(2012/06/01 9:01), William Herry wrote:

Thank you and yes, I use kvm-block migration

On Thu, May 31, 2012 at 8:55 PM, Kei.masumoto kei.masum...@gmail.com
mailto:kei.masum...@gmail.com wrote:


To check free_disk_gb,
 stats = libvirt_utils.get_fs_info( FLAGS.instances_path)
 return stats['total'] / (1024 ** 3)

I dont think disk space is not cheched on executing live-migration.
available disk space is only checked for kvm-block migration.

Kei


(2012/05/31 12:08), William Herry wrote:

When I run live-migration, it fail because of:
MigrationError_Remote: Migration error: Unable to migrate
e0fd9c27-cc7b-4420-bd8a- 6dd9d5316929 to compute2: Lack of
disk(host:-188978561024 = instance:37580963840)

In fact I have 170G free disk on compute2, then I check nova
database
and find this in compute_nodes which compute2 have:
disk_available_least: -176
  free_ram_mb: 41086
 free_disk_gb: -149

my question is that, how nova get disk info and then fill to this db

by the way, horizon seems don't have ability to show host
capabilities
which I can easy to know how much resource left on each node

Thanks




--



William Herry

williamherrych...@gmail.com



__ _
Mailing list: https://launchpad.net/~ openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ openstack
https://launchpad.net/%7Eopenstack
More help   : https://help.launchpad.net/ ListHelp
https://help.launchpad.net/ListHelp





--



William Herry

williamherrych...@gmail.com




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-05-30 Thread William Herry
When I run live-migration, it fail because of:
MigrationError_Remote: Migration error: Unable to migrate
e0fd9c27-cc7b-4420-bd8a-6dd9d5316929 to compute2: Lack of
disk(host:-188978561024
= instance:37580963840)

In fact I have 170G free disk on compute2, then I check nova database and
find this in compute_nodes which compute2 have:
disk_available_least: -176
 free_ram_mb: 41086
free_disk_gb: -149

my question is that, how nova get disk info and then fill to this db

by the way, horizon seems don't have ability to show host capabilities
which I can easy to know how much resource left on each node

Thanks




-- 



William Herry

williamherrych...@gmail.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-05-08 Thread Lorin Hochstein


On Apr 17, 2012, at 3:09 AM, Tomasz Paszkowski wrote:

 On Tue, Apr 17, 2012 at 5:07 AM,  cloud...@hush.com wrote:
 
 While I've seen in the nova code some references/drivers to RBD, I couldn't
 find
 any documentation on how to use it concretely. Is there any howto or
 anywhere that I missed?
 you missed them.
 

Where are these? Based on this email, I added some documentation here: 
http://docs.openstack.org/trunk/openstack-compute/admin/content/rados.html

But if there's more documentation about using RBD with OpenStack, I would love 
to pull it into the docs.


Take care,

Lorin
--
Lorin Hochstein
Lead Architect - Cloud Services
Nimbis Services, Inc.
www.nimbisservices.com






smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-04-30 Thread raja.meena

I  assume  Quantum Manager is enabled  ( the following flag specified in 
nova.conf )

network_manager=nova.network.quantum.manager.QuantumManager

Remove the existing network. Restart the Network Services .

Issue the below to create the 2 different networks as per your requirment . It 
Should work.

nova-manage network create --label=public 
--fixed_range_v4=10.0.1.0/24http://10.0.1.0/24

nova-manage network create --label=test-1 
--fixed_range_v4=10.0.2.0/24http://10.0.2.0/24  
--project_id=64a1c0f3-572b-4349-993d-36c06b746006




Meena Raja
Consultant
__
WIPRO TECHNOLOGIES
No 53/1 Ganapa Towers ,Near Madivala Police Station , Hosur Main Road 
,Bangalore-560068
Hand Phone : +91-9880549725 | Desk : +91-80-39912554 |Fax No: +91-80-25502160
Email : raja.me...@wipro.com | Website : www.wipro.com

From: openstack-bounces+raja.meena=wipro@lists.launchpad.net 
[openstack-bounces+raja.meena=wipro@lists.launchpad.net] on behalf of Anton 
Haldin [ahal...@griddynamics.com]
Sent: Saturday, April 28, 2012 11:03 PM
To: livemoon
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] (no subject)

i think you should use --vlan=vlanid in command nova-manage network create

I thought by default nova-manage try to use vlan_start (default is vlanid 100) 
to insert it in db table networks. and if you already have one network with 
vlanid100 , it should return such error about duplicated vlan.

what is the type of network_manager in you configuration?


2012/4/28 livemoon mwjpi...@gmail.commailto:mwjpi...@gmail.com
According doc: 
http://docs.openstack.org/incubation/openstack-network/admin/content/Net-Create-dle455.html

when I create the second network, it return errors:

root@cloud:/etc/quantum# nova-manage network create --label=public 
--fixed_range_v4=10.0.1.0/24http://10.0.1.0/24
2012-04-28 15:27:21 DEBUG nova.utils [req-6001e498-c504-4bf1-ae5b-537d08e66325 
None None] backend module 'nova.db.sqlalchemy.api' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from (pid=21612) 
__get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
root@cloud:/etc/quantum# nova-manage network create --label=test-1 
--fixed_range_v4=10.0.2.0/24http://10.0.2.0/24 
--uuid=64a1c0f3-572b-4349-993d-36c06b746006
2012-04-28 15:27:46 DEBUG nova.utils [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a 
None None] backend module 'nova.db.sqlalchemy.api' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from (pid=21756) 
__get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
Command failed, please check log for more info
2012-04-28 15:27:46 CRITICAL nova [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a 
None None] Detected existing vlan with id 100
2012-04-28 15:27:46 TRACE nova Traceback (most recent call last):
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1744, in 
module
2012-04-28 15:27:46 TRACE nova main()
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1731, in main
2012-04-28 15:27:46 TRACE nova fn(*fn_args, **fn_kwargs)
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 812, in 
create
2012-04-28 15:27:46 TRACE nova fixed_cidr=fixed_cidr)
2012-04-28 15:27:46 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1843, in 
create_networks
2012-04-28 15:27:46 TRACE nova NetworkManager.create_networks(self, 
context, vpn=True, **kwargs)
2012-04-28 15:27:46 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1401, in 
create_networks
2012-04-28 15:27:46 TRACE nova network = 
self.db.network_create_safe(context, net)
2012-04-28 15:27:46 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/api.py, line 731, in 
network_create_safe
2012-04-28 15:27:46 TRACE nova return IMPL.network_create_safe(context, 
values)
2012-04-28 15:27:46 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, in 
wrapper
2012-04-28 15:27:46 TRACE nova return f(*args, **kwargs)
2012-04-28 15:27:46 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1884, in 
network_create_safe
2012-04-28 15:27:46 TRACE nova raise 
exception.DuplicateVlan(vlan=values['vlan'])
2012-04-28 15:27:46 TRACE nova DuplicateVlan: Detected existing vlan with id 100
2012-04-28 15:27:46 TRACE nova

Can anyone help me?

--
非淡薄无以明志,非宁静无以致远

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential

Re: [Openstack] (no subject)

2012-04-30 Thread Dan Wendlandt
Yes, Raja is correct.

These instructions you are pointing to are for using Quantum, which I
believe is your goal based on past emails.  However, the traceback below
seems to imply that nova-manage is picking up a flag file that does not
specify that Quantum Manager is to be used (hence it is loading some other
network manager, which is giving you the duplicate VLAN error).

Dan

On Mon, Apr 30, 2012 at 2:58 AM, raja.me...@wipro.com wrote:


 I  assume  Quantum Manager is enabled  ( the following flag specified in
 nova.conf )

 network_manager=nova.network.quantum.manager.QuantumManager


 Remove the existing network. Restart the Network Services .

 Issue the below to create the 2 different networks as per your requirment . 
 It Should work.


 nova-manage network create --label=public --fixed_range_v4=10.0.1.0/24

 nova-manage network create --label=test-1 --fixed_range_v4=10.0.2.0/24  
 --project_id=64a1c0f3-572b-4349-993d-36c06b746006





 Meena Raja
 Consultant
 __
 *WIPRO TECHNOLOGIES
 *No 53/1 Ganapa Towers ,Near Madivala Police Station , Hosur Main Road
 ,Bangalore-560068
 Hand Phone : +91-9880549725 | Desk : +91-80-39912554 |Fax No:
 +91-80-25502160
 Email : raja.me...@wipro.com | Website : www.wipro.com
   --
 *From:* 
 openstack-bounces+raja.meena=wipro@lists.launchpad.net[openstack-bounces+raja.meena=
 wipro@lists.launchpad.net] on behalf of Anton Haldin [
 ahal...@griddynamics.com]
 *Sent:* Saturday, April 28, 2012 11:03 PM
 *To:* livemoon
 *Cc:* openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] (no subject)

   i think you should use --vlan=vlanid in command nova-manage network
 create

  I thought by default nova-manage try to use vlan_start (default is
 vlanid 100) to insert it in db table networks. and if you already have one
 network with vlanid100 , it should return such error about duplicated vlan.

 what is the type of network_manager in you configuration?


 2012/4/28 livemoon mwjpi...@gmail.com

 According doc:
 http://docs.openstack.org/incubation/openstack-network/admin/content/Net-Create-dle455.html

  when I create the second network, it return errors:

  root@cloud:/etc/quantum# nova-manage network create --label=public
 --fixed_range_v4=10.0.1.0/24
 2012-04-28 15:27:21 DEBUG nova.utils
 [req-6001e498-c504-4bf1-ae5b-537d08e66325 None None] backend module
 'nova.db.sqlalchemy.api' from
 '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
 (pid=21612) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
 root@cloud:/etc/quantum# nova-manage network create --label=test-1
 --fixed_range_v4=10.0.2.0/24 --uuid=64a1c0f3-572b-4349-993d-36c06b746006
 2012-04-28 15:27:46 DEBUG nova.utils
 [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a None None] backend module
 'nova.db.sqlalchemy.api' from
 '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
 (pid=21756) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
 Command failed, please check log for more info
 2012-04-28 15:27:46 CRITICAL nova
 [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a None None] Detected existing vlan
 with id 100
 2012-04-28 15:27:46 TRACE nova Traceback (most recent call last):
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1744,
 in module
 2012-04-28 15:27:46 TRACE nova main()
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1731,
 in main
 2012-04-28 15:27:46 TRACE nova fn(*fn_args, **fn_kwargs)
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 812,
 in create
 2012-04-28 15:27:46 TRACE nova fixed_cidr=fixed_cidr)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1843, in
 create_networks
 2012-04-28 15:27:46 TRACE nova NetworkManager.create_networks(self,
 context, vpn=True, **kwargs)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1401, in
 create_networks
 2012-04-28 15:27:46 TRACE nova network =
 self.db.network_create_safe(context, net)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/api.py, line 731, in
 network_create_safe
 2012-04-28 15:27:46 TRACE nova return
 IMPL.network_create_safe(context, values)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, in
 wrapper
 2012-04-28 15:27:46 TRACE nova return f(*args, **kwargs)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1884, in
 network_create_safe
 2012-04-28 15:27:46 TRACE nova raise
 exception.DuplicateVlan(vlan=values['vlan'])
 2012-04-28 15:27:46 TRACE nova DuplicateVlan: Detected existing vlan with
 id 100
 2012-04-28 15:27:46 TRACE nova

  Can anyone help me?

  --
 非淡薄无以明志,非宁静无以致远

 ___
 Mailing list: https://launchpad.net/~openstack
 Post

[Openstack] (no subject)

2012-04-28 Thread livemoon
According doc:
http://docs.openstack.org/incubation/openstack-network/admin/content/Net-Create-dle455.html

when I create the second network, it return errors:

root@cloud:/etc/quantum# nova-manage network create --label=public
--fixed_range_v4=10.0.1.0/24
2012-04-28 15:27:21 DEBUG nova.utils
[req-6001e498-c504-4bf1-ae5b-537d08e66325 None None] backend module
'nova.db.sqlalchemy.api' from
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
(pid=21612) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
root@cloud:/etc/quantum# nova-manage network create --label=test-1
--fixed_range_v4=10.0.2.0/24 --uuid=64a1c0f3-572b-4349-993d-36c06b746006
2012-04-28 15:27:46 DEBUG nova.utils
[req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a None None] backend module
'nova.db.sqlalchemy.api' from
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
(pid=21756) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
Command failed, please check log for more info
2012-04-28 15:27:46 CRITICAL nova [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a
None None] Detected existing vlan with id 100
2012-04-28 15:27:46 TRACE nova Traceback (most recent call last):
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1744, in
module
2012-04-28 15:27:46 TRACE nova main()
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1731, in
main
2012-04-28 15:27:46 TRACE nova fn(*fn_args, **fn_kwargs)
2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 812, in
create
2012-04-28 15:27:46 TRACE nova fixed_cidr=fixed_cidr)
2012-04-28 15:27:46 TRACE nova   File
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1843, in
create_networks
2012-04-28 15:27:46 TRACE nova NetworkManager.create_networks(self,
context, vpn=True, **kwargs)
2012-04-28 15:27:46 TRACE nova   File
/usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1401, in
create_networks
2012-04-28 15:27:46 TRACE nova network =
self.db.network_create_safe(context, net)
2012-04-28 15:27:46 TRACE nova   File
/usr/lib/python2.7/dist-packages/nova/db/api.py, line 731, in
network_create_safe
2012-04-28 15:27:46 TRACE nova return IMPL.network_create_safe(context,
values)
2012-04-28 15:27:46 TRACE nova   File
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, in
wrapper
2012-04-28 15:27:46 TRACE nova return f(*args, **kwargs)
2012-04-28 15:27:46 TRACE nova   File
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1884, in
network_create_safe
2012-04-28 15:27:46 TRACE nova raise
exception.DuplicateVlan(vlan=values['vlan'])
2012-04-28 15:27:46 TRACE nova DuplicateVlan: Detected existing vlan with
id 100
2012-04-28 15:27:46 TRACE nova

Can anyone help me?

-- 
非淡薄无以明志,非宁静无以致远
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-04-28 Thread Anton Haldin
i think you should use --vlan=vlanid in command nova-manage network create

I thought by default nova-manage try to use vlan_start (default is vlanid
100) to insert it in db table networks. and if you already have one network
with vlanid100 , it should return such error about duplicated vlan.

what is the type of network_manager in you configuration?


2012/4/28 livemoon mwjpi...@gmail.com

 According doc:
 http://docs.openstack.org/incubation/openstack-network/admin/content/Net-Create-dle455.html

 when I create the second network, it return errors:

 root@cloud:/etc/quantum# nova-manage network create --label=public
 --fixed_range_v4=10.0.1.0/24
 2012-04-28 15:27:21 DEBUG nova.utils
 [req-6001e498-c504-4bf1-ae5b-537d08e66325 None None] backend module
 'nova.db.sqlalchemy.api' from
 '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
 (pid=21612) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
 root@cloud:/etc/quantum# nova-manage network create --label=test-1
 --fixed_range_v4=10.0.2.0/24 --uuid=64a1c0f3-572b-4349-993d-36c06b746006
 2012-04-28 15:27:46 DEBUG nova.utils
 [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a None None] backend module
 'nova.db.sqlalchemy.api' from
 '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from
 (pid=21756) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
 Command failed, please check log for more info
 2012-04-28 15:27:46 CRITICAL nova
 [req-5d2924e1-6dce-44ae-bc45-c6c880c9cf9a None None] Detected existing vlan
 with id 100
 2012-04-28 15:27:46 TRACE nova Traceback (most recent call last):
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1744,
 in module
 2012-04-28 15:27:46 TRACE nova main()
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 1731,
 in main
 2012-04-28 15:27:46 TRACE nova fn(*fn_args, **fn_kwargs)
 2012-04-28 15:27:46 TRACE nova   File /usr/bin/nova-manage, line 812, in
 create
 2012-04-28 15:27:46 TRACE nova fixed_cidr=fixed_cidr)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1843, in
 create_networks
 2012-04-28 15:27:46 TRACE nova NetworkManager.create_networks(self,
 context, vpn=True, **kwargs)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/network/manager.py, line 1401, in
 create_networks
 2012-04-28 15:27:46 TRACE nova network =
 self.db.network_create_safe(context, net)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/api.py, line 731, in
 network_create_safe
 2012-04-28 15:27:46 TRACE nova return
 IMPL.network_create_safe(context, values)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, in
 wrapper
 2012-04-28 15:27:46 TRACE nova return f(*args, **kwargs)
 2012-04-28 15:27:46 TRACE nova   File
 /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1884, in
 network_create_safe
 2012-04-28 15:27:46 TRACE nova raise
 exception.DuplicateVlan(vlan=values['vlan'])
 2012-04-28 15:27:46 TRACE nova DuplicateVlan: Detected existing vlan with
 id 100
 2012-04-28 15:27:46 TRACE nova

 Can anyone help me?

 --
 非淡薄无以明志,非宁静无以致远

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-04-17 Thread Tomasz Paszkowski
On Tue, Apr 17, 2012 at 5:07 AM,  cloud...@hush.com wrote:


 Hi,

 Apparently OpenStack essex release supports Rados Block Devices (RBD) in
 nova-volume,
 however I was wondering what is the usability status of these drivers?


They are fully usable with Qemu/KVM as volumes and within glance as
backend storage.

 Are the drivers complete, or even working? (I'm not saying they're not, I'm
 just asking
 before venturing deep in trying).

They're fully operational as hole essex release :-)


 While I've seen in the nova code some references/drivers to RBD, I couldn't
 find
 any documentation on how to use it concretely. Is there any howto or
 anywhere that I missed?
you missed them.

 Is RBD supported at every levels in OpenStack?
 - glance store image directly to RBD?
backend storage (examples in default config file)
 - nova-volume creating RBD volumes? (apparently supported)

just add lines below to nova.conf
# volume
volume_driver=nova.volume.driver.RBDDriver
rbd_pool=nova



 - nova-compute spawning RBD-backed VM instances using libvirt+KVM?

Working (boot from volume). One thing which is missing is image
preparation. it needs to be addressed manualy
(https://github.com/ceph/ceph-openstack-tools), or dirty coded within
libvirt/connection.py :-)


-- 
Tomasz Paszkowski
SS7, Asterisk, SAN, Datacenter, Cloud Computing
+48500166299

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-04-16 Thread clouder1


Hi,
Apparently OpenStack essex release supports Rados Block Devices (RBD)
in nova-volume,however I was wondering what is the usability status of
these drivers?
Are the drivers complete, or even working? (I'm not saying they're
not, I'm just askingbefore venturing deep in trying).
While I've seen in the nova code some references/drivers to RBD, I
couldn't findany documentation on how to use it concretely. Is there
any howto or anywhere that I missed?
Is RBD supported at every levels in OpenStack?- glance store image
directly to RBD?- nova-volume creating RBD volumes? (apparently
supported)- nova-compute spawning RBD-backed VM instances using
libvirt+KVM?
There was a Ceph Lords talk in California organized by
Ceph/DreamHost/OpenStack folks,however I could not find any PDF
downloadables for those who could not attend..
Any pointer would be greatly appareciated. Thanks

Regards,James
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-03-29 Thread Jorge de la Cruz
Look at this, Diego found a answer

https://lists.launchpad.net/openstack/msg09290.html

Regards

-- 
-- 
Jorge de la Cruz
http://www.stackops.com/*Cloud Architect*
*www.stackops.com | * jorge.delac...@stackops.com** | +34 91 309 48 77 |
skype:jorge.delacruz.stackops*
* http://www.stackops.com/
*

*

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo electrónico
y las comunicaciones por medio de Internet no permiten asegurar ni
garantizar la confidencialidad de los mensajes transmitidos, así como
tampoco su integridad o su correcta recepción, por lo que STACKOPS
TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias.
Si no consintiese en la utilización del correo electrónico o de las
comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro
conocimiento de manera inmediata. Este mensaje va dirigido, de manera
exclusiva, a su destinatario y contiene información confidencial y sujeta
al secreto profesional, cuya divulgación no está permitida por la ley. En
caso de haber recibido este mensaje por error, le rogamos que, de forma
inmediata, nos lo comunique mediante correo electrónico remitido a nuestra
atención y proceda a su eliminación, así como a la de cualquier documento
adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al mismo,
cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L.
does not assume any liability for those circumstances. Should you not agree
to the use of e-mail or to communications via Internet, you are kindly
requested to notify us immediately. This message is intended exclusively
for the person to whom it is addressed and contains privileged and
confidential information protected from disclosure by law. If you are not
the addressee indicated in this message, you should immediately delete it
and any attachments and notify the sender by reply e-mail. In such case,
you are hereby notified that any dissemination, distribution, copying or
use of this message or any attachments, for any purpose, is strictly
prohibited by law.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri

Hi,
I restarted proxyserver, and i checked to head the account by executing this 
command :
curl -k -v -H 'X-Auth-Token: My x-auth-token' My x-storage-url

but I got the same error

This what i found in the syslog file:

Jan 20 09:43:34 node1 proxy-server - x.x.x.x 20/Jan/2012/08/43/34 GET 
/auth/v1.0 HTTP/1.0 200 - 
curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
 - - - - - - 0.0012
Jan 20 09:45:19 node1 proxy-server Account GET returning 503 for [] (txn: 
txf1ab6d3bbe994668a816d3ec585ab8eb) (client_ip: x.x.x.x)
Jan 20 09:45:19 node1 proxy-server x.x.x.x x.x.x.x 20/Jan/2012/08/45/19 GET 
/v1/AUTH_system HTTP/1.0 503 - 
curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
 system%2CAUTH_tkec61648aa80744f18ebb28ece90073b1 - - - 
txf1ab6d3bbe994668a816d3ec585ab8eb - 0.0082

Can you please help me to solve this problem

Thanks in advance for any help

Best regards 
Khaled


 Subject: Re: [Openstack] (no subject)
 From: m...@not.mn
 Date: Thu, 19 Jan 2012 18:35:20 -0600
 CC: openstack@lists.launchpad.net
 To: khaled-...@hotmail.com
 
 look in syslog on your proxy server to see what caused the error.
 
 --John
 
 
 On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:
 
  Hi all,
  
  I tryed to install OpenStack swift,
  
  after creating and configuring all nodes, when i want to check that swift 
  works,
  I execute this command :
  swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K 
  testpass stat
  
  but I have an error :
  Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal 
  Server Error
  Can any one please help me
  
  Thanks in advance for any help
  
  Best regards
  Khaled
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Chmouel Boudjnah
Hi,

What is the content of your proxy-server.conf ? I would be interested
to know what is your auth server and can you reproduce this problem
with the tempauth auth server.

This could mean a lot of different problems, make sure of the basic
stuff lke file permissions on the storage nodes.

Chmouel.

On Fri, Jan 20, 2012 at 2:57 AM, Khaled Ben Bahri
khaled-...@hotmail.com wrote:
 Hi,
 I restarted proxyserver, and i checked to head the account by executing this
 command :

 curl -k -v -H 'X-Auth-Token: My x-auth-token' My x-storage-url

 but I got the same error

 This what i found in the syslog file:

 Jan 20 09:43:34 node1 proxy-server - x.x.x.x 20/Jan/2012/08/43/34 GET
 /auth/v1.0 HTTP/1.0 200 -
 curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
 - - - - - - 0.0012
 Jan 20 09:45:19 node1 proxy-server Account GET returning 503 for [] (txn:
 txf1ab6d3bbe994668a816d3ec585ab8eb) (client_ip: x.x.x.x)
 Jan 20 09:45:19 node1 proxy-server x.x.x.x x.x.x.x 20/Jan/2012/08/45/19 GET
 /v1/AUTH_system HTTP/1.0 503 -
 curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
 system%2CAUTH_tkec61648aa80744f18ebb28ece90073b1 - - -
 txf1ab6d3bbe994668a816d3ec585ab8eb - 0.0082

 Can you please help me to solve this problem


 Thanks in advance for any help

 Best regards
 Khaled


 Subject: Re: [Openstack] (no subject)
 From: m...@not.mn
 Date: Thu, 19 Jan 2012 18:35:20 -0600
 CC: openstack@lists.launchpad.net
 To: khaled-...@hotmail.com


 look in syslog on your proxy server to see what caused the error.

 --John


 On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:

  Hi all,
 
  I tryed to install OpenStack swift,
 
  after creating and configuring all nodes, when i want to check that
  swift works,
  I execute this command :
  swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K
  testpass stat
 
  but I have an error :
  Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal
  Server Error
  Can any one please help me
 
  Thanks in advance for any help
 
  Best regards
  Khaled
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri

Hi,

This is the content of the proxy-server.conf
[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
bind_port = 8080
workers = 8
user = swift

[pipeline:main]
pipeline = healthcheck cache swift3 tempauth proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:swift3]
use = egg:swift#swift3

[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:cache]
use = egg:swift#memcache
memcache_servers = x.x.x.x:11211


Best regards
Khaled

 From: chmo...@openstack.org
 Date: Fri, 20 Jan 2012 09:14:53 -0600
 Subject: Re: [Openstack] (no subject)
 To: khaled-...@hotmail.com
 CC: m...@not.mn; openstack@lists.launchpad.net
 
 Hi,
 
 What is the content of your proxy-server.conf ? I would be interested
 to know what is your auth server and can you reproduce this problem
 with the tempauth auth server.
 
 This could mean a lot of different problems, make sure of the basic
 stuff lke file permissions on the storage nodes.
 
 Chmouel.
 
 On Fri, Jan 20, 2012 at 2:57 AM, Khaled Ben Bahri
 khaled-...@hotmail.com wrote:
  Hi,
  I restarted proxyserver, and i checked to head the account by executing this
  command :
 
  curl -k -v -H 'X-Auth-Token: My x-auth-token' My x-storage-url
 
  but I got the same error
 
  This what i found in the syslog file:
 
  Jan 20 09:43:34 node1 proxy-server - x.x.x.x 20/Jan/2012/08/43/34 GET
  /auth/v1.0 HTTP/1.0 200 -
  curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
  - - - - - - 0.0012
  Jan 20 09:45:19 node1 proxy-server Account GET returning 503 for [] (txn:
  txf1ab6d3bbe994668a816d3ec585ab8eb) (client_ip: x.x.x.x)
  Jan 20 09:45:19 node1 proxy-server x.x.x.x x.x.x.x 20/Jan/2012/08/45/19 GET
  /v1/AUTH_system HTTP/1.0 503 -
  curl/7.21.6%20%28x86_64-pc-linux-gnu%29%20libcurl/7.21.6%20OpenSSL/1.0.0e%20zlib/1.2.3.4%20libidn/1.22%20librtmp/2.3
  system%2CAUTH_tkec61648aa80744f18ebb28ece90073b1 - - -
  txf1ab6d3bbe994668a816d3ec585ab8eb - 0.0082
 
  Can you please help me to solve this problem
 
 
  Thanks in advance for any help
 
  Best regards
  Khaled
 
 
  Subject: Re: [Openstack] (no subject)
  From: m...@not.mn
  Date: Thu, 19 Jan 2012 18:35:20 -0600
  CC: openstack@lists.launchpad.net
  To: khaled-...@hotmail.com
 
 
  look in syslog on your proxy server to see what caused the error.
 
  --John
 
 
  On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:
 
   Hi all,
  
   I tryed to install OpenStack swift,
  
   after creating and configuring all nodes, when i want to check that
   swift works,
   I execute this command :
   swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K
   testpass stat
  
   but I have an error :
   Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal
   Server Error
   Can any one please help me
  
   Thanks in advance for any help
  
   Best regards
   Khaled
   ___
   Mailing list: https://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~openstack
   More help : https://help.launchpad.net/ListHelp
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Chmouel Boudjnah
On Fri, Jan 20, 2012 at 9:25 AM, Khaled Ben Bahri khaled-...@hotmail.com
wrote:
 user_system_root = testpass .admin* https://x.x.x.x:8080/v1/AUTH_system*

This doesn't seem right (the https URL at the end should not be there)

Chmouel.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri


I followed the example in this link :
http://swift.openstack.org/howto_installmultinode.html#config-proxy

Best regards
Khaled
From: chmo...@openstack.org
Date: Fri, 20 Jan 2012 09:32:27 -0600
Subject: Re: [Openstack] (no subject)
To: khaled-...@hotmail.com
CC: openstack@lists.launchpad.net

On Fri, Jan 20, 2012 at 9:25 AM, Khaled Ben Bahri khaled-...@hotmail.com 
wrote:
 user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system



This doesn't seem right (the https URL at the end should not be there)

Chmouel.  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Chmouel Boudjnah
One can always learn, I never used that option (but I don't use much of the
tempauth server). You probably want to look over the logs of the storage
node see if there is any ERROR in the logs there.

Chmouel.

On Fri, Jan 20, 2012 at 9:36 AM, Khaled Ben Bahri khaled-...@hotmail.comwrote:


 I followed the example in this link :
 http://swift.openstack.org/howto_installmultinode.html#config-proxy

 Best regards
 Khaled
 --
 From: chmo...@openstack.org
 Date: Fri, 20 Jan 2012 09:32:27 -0600

 Subject: Re: [Openstack] (no subject)
 To: khaled-...@hotmail.com
 CC: openstack@lists.launchpad.net


 On Fri, Jan 20, 2012 at 9:25 AM, Khaled Ben Bahri khaled-...@hotmail.com
 wrote:
  user_system_root = testpass .admin* https://x.x.x.x:8080/v1/AUTH_system*

 This doesn't seem right (the https URL at the end should not be there)

 Chmouel.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri


when I check log file on storage nodes, 
i found that data4 is not mounted, 
data4 is a shared folder that i mounted on storage nodes to have a bigger 
storage space

Is it necessary that storage devices have to be mounted on /srv/node?? or i can 
mount them on other directory
Can I use a list of shared folder mounted on nodes to use it as a storage 
device,  
I mounted a shared folder in order to have a bigger space for storage, because 
the hard disk of the node is not so big, 

I will restart configuring from the begining and tell you the result

Khaled
From: chmo...@openstack.org
Date: Fri, 20 Jan 2012 09:42:24 -0600
Subject: Re: [Openstack] (no subject)
To: khaled-...@hotmail.com
CC: openstack@lists.launchpad.net

One can always learn, I never used that option (but I don't use much of the 
tempauth server). You probably want to look over the logs of the storage node 
see if there is any ERROR in the logs there.


Chmouel.

On Fri, Jan 20, 2012 at 9:36 AM, Khaled Ben Bahri khaled-...@hotmail.com 
wrote:







I followed the example in this link :
http://swift.openstack.org/howto_installmultinode.html#config-proxy

Best regards


Khaled
From: chmo...@openstack.org
Date: Fri, 20 Jan 2012 09:32:27 -0600
Subject: Re: [Openstack] (no subject)
To: khaled-...@hotmail.com


CC: openstack@lists.launchpad.net

On Fri, Jan 20, 2012 at 9:25 AM, Khaled Ben Bahri khaled-...@hotmail.com 
wrote:


 user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system



This doesn't seem right (the https URL at the end should not be there)

Chmouel.  

  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2012-01-19 Thread Khaled Ben Bahri

Hi all,

I tryed to install OpenStack swift,

after creating and configuring all nodes, when i want to check that swift works,
I execute this command :
swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass 
stat

but I have an error :
Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal Server 
Error
Can any one please help me

Thanks in advance for any help

Best regards
Khaled___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2012-01-19 Thread John Dickinson
look in syslog on your proxy server to see what caused the error.

--John


On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote:

 Hi all,
 
 I tryed to install OpenStack swift,
 
 after creating and configuring all nodes, when i want to check that swift 
 works,
 I execute this command :
 swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K 
 testpass stat
 
 but I have an error :
 Account HEAD failed: https://x.x.x.x:8080/v1/AUTH_system 503 Internal Server 
 Error
 Can any one please help me
 
 Thanks in advance for any help
 
 Best regards
 Khaled
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2011-07-11 Thread tianyi wang

--===0750798016==
Content-Type: multipart/alternative;
boundary=_6abaf1ef-d2a2-4ada-8b4e-26e595ae6038_


--_6abaf1ef-d2a2-4ada-8b4e-26e595ae6038_
Content-Type: text/plain; charset=Windows-1252
Content-Transfer-Encoding: quoted-printable


Hi all:
=20
When use multi-node installation with vlan mode, the vlan configuration=
 is in switch or in nova control node? And what's the vlan configuration pr=
ocess?
=20
I read this article : http://dodeeric.louvrex.net/?p=3D225
=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dbegin=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
In the VLAN network mode, each project is given a specific VLAN/subnet. We =
will configure three VLANs/subnets (feel free to create much more):
- VLAN: 1 =97 Subnet: 10.0.1.0/24 =97 Bridge name: br_vlan1:# nova-manage n=
etwork create 10.0.1.0/24 1 256
- VLAN: 2 =97 Subnet: 10.0.2.0/24 =97 Bridge name: br_vlan2:# nova-manage n=
etwork create 10.0.2.0/24 1 256
- VLAN: 3 =97 Subnet: 10.0.3.0/24 =97 Bridge name: br_vlan3:# nova-manage n=
etwork create 10.0.3.0/24 1 256
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dend=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=20
  It's seem like configure vlan in nova control node?
=20
  If there are two switch: one is for public and another is for private, bo=
th public and private switch need support vlan 802.1q? Or just private swit=
ch is need support vlan 802.1q?
=20
  thanks
=20
alex
=20=20=09=09=20=09=20=20=20=09=09=20=20=

--_6abaf1ef-d2a2-4ada-8b4e-26e595ae6038_
Content-Type: text/html; charset=Windows-1252
Content-Transfer-Encoding: quoted-printable

html
head
style!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--/style
/head
body class=3D'hmmessage'div dir=3D'ltr'
Hi all:BR
nbsp;BR
nbsp;nbsp;nbsp; When use multi-node installation with vlan mode, the vla=
n configuration is in switch or in nova control node? And what's the vlan c=
onfiguration process?BR
nbsp;BR
nbsp;nbsp;nbsp; I read this article : A href=3Dhttp://dodeeric.louvrex=
.net/?p=3D225http://dodeeric.louvrex.net/?p=3D225/ABR
nbsp;BR
nbsp;nbsp;nbsp; =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dbegin=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DBR
In the VLAN network mode, each project is given a specific VLAN/subnet. We =
will configure three VLANs/subnets (feel free to create much more):BR
STRONG- VLAN: 1 =97 Subnet: 10.0.1.0/24 =97 Bridge name: br_vlan1:/STRON=
GBRPRE# nova-manage network create 10.0.1.0/24 1 256/PRE
STRONG- VLAN: 2 =97 Subnet: 10.0.2.0/24 =97 Bridge name: br_vlan2:/STRON=
GBRPRE# nova-manage network create 10.0.2.0/24 1 256/PRE
STRONG- VLAN: 3 =97 Subnet: 10.0.3.0/24 =97 Bridge name: br_vlan3:/STRON=
GBRPRE# nova-manage network create 10.0.3.0/24 1 256/PRE
nbsp;nbsp;nbsp; =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3Dend=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DBR
nbsp;BR
nbsp; It's seem like configure vlan in nova control node?BR
nbsp;BR
nbsp; If therenbsp;are two switch: one is for public and another is for p=
rivate, both public and private switch need support vlan 802.1q? Or just pr=
ivate switchnbsp;is need support vlan 802.1q?BR
nbsp;BR
nbsp;nbsp;thanksBR
nbsp;BR
alexBR
nbsp;BR/div/body
/html=

--_6abaf1ef-d2a2-4ada-8b4e-26e595ae6038_--


--===0750798016==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

--===0750798016==--
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2011-04-11 Thread Diego Parrilla Santamaría
I think it's a great feature, considering the problems to scale a
shared storage like NFS.

I was wondering if some Service Provider out there is going to
implement a shared storage to take advantage of the new KVM live
migration features of Cactus.

-- 
Diego Parrilla
CEO
www.stackops.com |  diego.parri...@stackops.com | +34 649 94 43 29 |
skype:diegoparrilla

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo
electrónico y las comunicaciones por medio de Internet no permiten
asegurar ni garantizar la confidencialidad de los mensajes
transmitidos, así como tampoco su integridad o su correcta recepción,
por lo que STACKOPS TECHNOLOGIES S.L. no asume responsabilidad alguna
por tales circunstancias. Si no consintiese en la utilización del
correo electrónico o de las comunicaciones vía Internet le rogamos nos
lo comunique y ponga en nuestro conocimiento de manera inmediata. Este
mensaje va dirigido, de manera exclusiva, a su destinatario y contiene
información confidencial y sujeta al secreto profesional, cuya
divulgación no está permitida por la ley. En caso de haber recibido
este mensaje por error, le rogamos que, de forma inmediata, nos lo
comunique mediante correo electrónico remitido a nuestra atención y
proceda a su eliminación, así como a la de cualquier documento adjunto
al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al
mismo, cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES
S.L. does not assume any liability for those circumstances. Should you
not agree to the use of e-mail or to communications via Internet, you
are kindly requested to notify us immediately. This message is
intended exclusively for the person to whom it is addressed and
contains privileged and confidential information protected from
disclosure by law. If you are not the addressee indicated in this
message, you should immediately delete it and any attachments and
notify the sender by reply e-mail. In such case, you are hereby
notified that any dissemination, distribution, copying or use of this
message or any attachments, for any purpose, is strictly prohibited by
law.






On Mon, Apr 11, 2011 at 7:41 AM, igoigo246 igoigo...@gmail.com wrote:
 hi all

 KVM Block Migration is wonderful function.

 http://www.linux-kvm.com/content/qemu-kvm-012-adds-block-migration-feature

 this allow   that live migration do  without shared storage.


 When KVM Block migration Support ?


 Thanks for reading.
 --
 Hisashi Ikari


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2011-04-10 Thread igoigo246
hi all

KVM Block Migration is wonderful function.

http://www.linux-kvm.com/content/qemu-kvm-012-adds-block-migration-feature

this allow   that live migration do  without shared storage.


When KVM Block migration Support ?


Thanks for reading.
--
Hisashi Ikari


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] (no subject)

2011-03-23 Thread sedrik daimary
Hi John,

My name is Bittu and i have recently joined the mailing list of
Openstack. When i heard about OpenStack it sound really interesting.
So i want to contribute to OpenStack Compute but before that i want to
study the architecture of Openstack compute. Can u please give me
advice of how to approach to understand Openstack compute (nova).

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] (no subject)

2011-03-23 Thread Paul Voccio
Bittu,

I would start by reading the docs at http://docs.openstack.org/. Then I
would check out the bzr/LP tutorial that Soren put together here:
http://wiki.openstack.org/LifeWithBzrAndLaunchpad.

Once you've gone through those docs, it should get you moving in the right
direction. If you have any questions, you can usually find help in IRC
(#openstack on freenode) or on the mailing lists.

Goodluck,
pvo

On 3/23/11 6:42 AM, sedrik daimary bittudaim...@gmail.com wrote:

Hi John,

My name is Bittu and i have recently joined the mailing list of
Openstack. When i heard about OpenStack it sound really interesting.
So i want to contribute to OpenStack Compute but before that i want to
study the architecture of Openstack compute. Can u please give me
advice of how to approach to understand Openstack compute (nova).

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of the
individual or entity to which this message is addressed, and unless otherwise
expressly indicated, is confidential and privileged information of Rackspace. 
Any dissemination, distribution or copying of the enclosed material is 
prohibited.
If you receive this transmission in error, please notify us immediately by 
e-mail
at ab...@rackspace.com, and delete the original message. 
Your cooperation is appreciated.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp