Hi! Please help sort out the issue with the setting cinder and SAN. I
have a SAN storage HP P 2000, and 10 blade servers all connected via
Fibre Channel.
I can not understand how I configure Cinder. Do I understand correctly
that each Compute-node I will have to connect the LUN.
For example:
Here you go,
http://docs.openstack.org/trunk/openstack-network/admin/content/adv_cfg_l3_agent_multi_extnet.html
On Tue, Sep 24, 2013 at 8:34 AM, happy idea wrote:
> can anyone tell me how to config multiple l3 agent for quantum ? I wanna
> run multiple l3 agent on one network node, because I
I have read this page ,but it seems not enough, there are something other
need to config , but I don't know how , then I found a page related to my
question -- https://answers.launchpad.net/neutron/+question/230239
in this page ,there are something I can not understand .
"regarding 'Can multiple
Hi, i've try change with auth_token and
it's work, but does this syntax give same result?
On 9/24/2013 6:21 AM, Hua ZZ Zhang wrote:
try this:
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
can anyone tell me how to config multiple l3 agent for quantum ? I wanna
run multiple l3 agent on one network node, because I wanna multiple
external network.
Thank you.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Po
Hi,
As a follow up to this I was trying to delete all configured networks and
start again, but I seem to be stuck in a loop where I can't delete a router
because it has active ports, and yet I can't delete active ports because
they belong to a router.
[root@blitzen nova]# quantum router-list
+---
Compatibility of various Quantum/Neutron plugins with various Nova
hypervisors is documented here:
http://docs.openstack.org/grizzly/openstack-network/admin/content/flexibility.html
.
Dan
On Mon, Sep 23, 2013 at 4:00 PM, openstack learner <
openstacklea...@gmail.com> wrote:
> Hi all,
>
> I
try this:
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
Mahardhika Gilang
Hi
I am currently trying to get Grizzly up and running on CentOS 6.4.
I have followed
http://docs.openstack.org/grizzly/basic-install/yum/content/as closely
as I can and from both a dashboard and OpenStack command line
viewpoint all OpenStack services are up and running and it appears that
VM's ca
Hi all,
I am thinking about using quantum to do some network setting for the vms
on esxi host but I am not sure if it should work or not because the *
VMwareVCDriver* is listed as a compute driver.
Last time when I enable the quantum service in my devstack installation,
there is a boot instance
It's what i've got too:
root@hemera:/home/hemera# rabbitmqctl list_permissions
Listing permissions in vhost "/" ...
guest .* .* .*
...done.
Regards.
2013/9/23 Marcelo Dieder
> Hi Guilherme,
>
> The RabbitMQ has virtual host for many applications. Default, the Rabbit
> created a default vir
Hi all,
After git clone the newest devstack repository on sep23 2013 and reinstall
devstack, when i did a snapshot it still failed.
This time, from the vCenter task history i could see both the "Create
virtual machine snapshot" and the "Copy virtual disk" operation are
completed successfully. T
Hi Guilherme,
The RabbitMQ has virtual host for many applications. Default, the Rabbit
created a default virtualhost with /.
You can see this with the command:
root@controller:~# rabbitmqctl list_permissions
Listing permissions in vhost "/" ...
guest.*.*.*
...done.
Regards,
Marc
I've looked at the quantum/server.log and nova-scheduler.log and they show:
2013-09-23 16:25:27 INFO [quantum.openstack.common.rpc.common]
Reconnecting to AMQP server on localhost:5672
2013-09-23 16:25:27 INFO [quantum.openstack.common.rpc.common]
Connected to AMQP server on localhost:5672
I guess I've got something:
2013-09-23 16:52:17 INFO [cinder.openstack.common.rpc.common] Connected
to AMQP server on localhost:5672
I've found this page
https://ask.openstack.org/en/question/4581/cinder-unable-to-connect-to-rabbitmq/
and zipmaster07
answered "rabbit_virtual_host = /nova
I c
Run `swift-ring-builder /etc/swift/object.builder validate` - it should
have no errors and exit 0. Can you provide a paste of the output from
`swift-ring-builder /etc/swift/object.builder` as well - it should list
some general info about the ring (number of replicas, and list of devices).
Rebalan
What's the status of your rabbitmq?
# rabbitmqctl status
And do you tried restart the rabbitmq?
Regards,
Marcelo Dieder
On 09/23/2013 03:31 PM, Guilherme Russi wrote:
Yes, it is at the same place
cat /etc/cinder/cinder.conf
[DEFAULT]
rootwrap_config=/etc/cinder/rootwrap.conf
sql_connection
Yes, it is at the same place
cat /etc/cinder/cinder.conf
[DEFAULT]
rootwrap_config=/etc/cinder/rootwrap.conf
sql_connection = mysql://cinder:password@localhost/cinder
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper=ietadm
#iscsi_helper = tgtadm
volume_name_template = volume-%s
volume_grou
Hello guys, I'm reinstalling my OpenStack Grizzly and I'm getting problem
with my cinder, I'm getting "*Error: *Unable to retrieve volume list." I
was looking at the cinder log and I only found this error: ERROR
[cinder.openstack.common.rpc.common] AMQP server on 192.168.3.1:5672 is
unreachable: So
Ensure that cinder configuration files have correct IP of rabbimq host.
From: Guilherme Russi [mailto:luisguilherme...@gmail.com]
Sent: Monday, September 23, 2013 10:53 AM
To: openstack
Subject: [Openstack] Cinder error
Hello guys, I'm reinstalling my OpenStack Grizzly and I'm getting problem wit
Hello Sir/Madam, Want to help us improve Percona software for your
applications and infrastructure deployments? MySQL plays a key role in
OpenStack. Percona, maker of the MySQL drop-in compatible Percona Server
and Percona XtraDB Cluster, is continuously looking for ways to deliver
innovative softw
The best way to learn Horizon is to learn Django. Horizon is a Django
project and Openstack Dashboard is a Django app, so the more you know about
Django itself the better off you are.
Also, don't forget that all the data comes from the OpenStack REST API.
Horizon uses Python modules that wrap th
On Fri, Sep 20, 2013 at 09:43:27AM +0300, Juha Tynninen wrote:
> Hi,
>
> In havana the user must have admin privileges to be able to create heat
> stacks having e.g. HARestarter resource. Otherwise an error will occur...
>
> What's logic behind this / or is this a bug?
Unforuntately this is a kn
Hi Tom,
Since your call for action I've put in a lot of effort translating to
*Dutch (nl_nl).
* Unfortunately with a total of 1785 strings just for Horizon it's turning
out to be a hell of a job!
I've completed 52% of "OpenStack Dashboard Translations" and 100% of all
other Horizon components. Wi
Hi Gerard,
I am being told that there is now an iterator in OpenStack when you launch
multiple machines with --num-instances but have not verified this myself as
of yet. I will inquire and test further. I fully agree with your comments
do not think you are doing 'it' wrong at all, just a point bel
Hi Somanchi,
In Havana release, host ip was stored in DB, please refer to
https://blueprints.launchpad.net/nova/+spec/no-compute-fanout-to-scheduler
for [1], I think that OpenStack might not work well if there are two nodes
with same host name.
Thanks,
Jay
2013/9/23 Somanchi Trinath-B39208
Hi Stackers-
With respect to the current implementation of Nova-Compute,
We are able to send the Compute Node Registration and other notifications with
only "Hostname" of the Compute Node.
Also, in the Nova database, We are also maintaining the Hostname rather than
the IP address of the node.
Hi, thanks for answering, i believe it
work till i stuck at this error
ImportError: No module named swift_auth
it's on filter:keystone part
paste.filter_factory =
keystone.middleware.swift_auth:filter_factory
how to solved thi
It depends what type of image you are booting.
If you are using a 3-part image, where the kernel and the initrd were
originally outside of the root disk, then I've never tested how to make the
necessary changes so the next boot pulls the kernel/initrd out from the image.
If the original image w
The authtoken and keystone middleware should be put ahead of proxy-server.
you need to change the main pipeline as below:
[pipeline:main]
pipeline = catch_errors healthcheck proxy-logging cache authtoken keystone
proxy-logging proxy-server
Best Regards,
Hi,
We are seeing a replication error on swift. The error only is seen on a single
node, the other nodes appear to be working fine.
Installed version is debian wheezy with swift 1.4.8-2+deb7u1
Sep 23 10:33:03 storage-node-01 object-replicator Starting object replication
pass.
Sep 23 10:33:03 st
Hi all
i've got an issue when i want to used keystone for authentication on
swift proxy node.
i got this when run #swift-init proxy restart
LookupError: No section 'authtoken'
LookupError: No section 'keystone'
here's my proxy-server.conf
[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /et
Hi,
This is a known issue and it was addressed by
https://review.openstack.org/#/c/40298/ (this was approved a few days ago). Can
you please pull the latest nova code and the issue will be resolved.
Thanks
Gary
From: openstack learner
mailto:openstacklea...@gmail.com>>
Date: Monday, September 2
Hello,
I don't know of any deep guides for Horizon development, but I can suggest
looking at examples. For instance Savanna UI is a pretty small plugin for
Horizon which adds a panel with some tables. Here is how it looks:
http://www.youtube.com/watch?v=SrlHM0-q5zI
Consider looking at 0.2 branch,
34 matches
Mail list logo