Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Good, I don't remember now, but there is a switch to keystone_manage command that gives you debug output while creating the same, Someone else in this list can suggest that verbosity switch, please . On Feb 25, 2016 12:07 PM, "Alexandr Porunov" wrote: > Hello everyone, > Thanks for helping. >

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Last line of your logs says that keystone cant login to mysql server at controller node which looks to me like a node recognition issue, is controller node defined appropriately and resolves back to a good ip address? Try loging into mysql uusing mysql -u keystone -h controller -p On Feb 25, 2016

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Alexandr Porunov
Hello everyone, Thanks for helping. mysql -u keystone -p KEYSTONE_DBPASS //loging successfully "keystone" database is created but there no exists any tables. "su -s /bin/sh -c "keystone-manage db_sync" keystone" or "/bin/sh -c "keystone-manage db_sync" keystone" commands do nothing. I have tri

Re: [Openstack] In ubuntu 15.04, Is it possilbe to install and configure openstack(juno, kilo) according to 14.04 installation guide?

2016-02-24 Thread Ian Y. Choi
Hello DK, Ideally, Ubuntu 15.04 should well support OpenStack installation, especially with Kilo. Note that Juno is currently in EOL status. Please see: http://releases.openstack.org/ . Of course, you can follow official OpenStack installation guide for Kilo, Ubuntu 14.04 : http://docs.op

[Openstack] In ubuntu 15.04, Is it possilbe to install and configure openstack(juno, kilo) according to 14.04 installation guide?

2016-02-24 Thread 디케이
-- 전달된 메일 -- 보낸사람: *디케이* 날짜: 2016년 2월 25일 목요일 제목: In ubuntu 15.04, Is it possilbe to install and configure openstack(juno, kilo) according to 14.04 installation guide? 받는사람: openstack-requ...@lists.openstack.org Hi^^ I have to install and configure openstack(juno or kilo) for s

[Openstack] back up vm snapshot on disk

2016-02-24 Thread Priyanka
Hi, VM snapshot can be created using nova image-create. How can I store this image on another disk for future use so that I do not waste space on the compute node. Thanks, Priyanka ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listi

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Adam Young
On 02/24/2016 04:29 PM, Alexandr Porunov wrote: Also there is a strange thing. This command: su -s /bin/sh -c "keystone-manage db_sync" keystone shows: No handlers could be found for logger "oslo_config.cfg" That is just a warning, and can be silenced by setting verboes = false in the keyston

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Nasir Mahmood
Alexander, What you get whdn you login to mysql using # mysql -u keystone -p keystone This will ask you the keystone db password, and then you should be able to see if the keystone db is accessible or not. If that's not the case, try running the db sync command again to recreate the db wi

Re: [Openstack] Choosing between Open vSwitch or Linux bridge

2016-02-24 Thread gustavo panizzo (gfa)
On Wed, Feb 24, 2016 at 07:20:37PM +0100, Tore Anderson wrote: > From http://docs.openstack.org/liberty/networking-guide/deploy.html I > can surmise that I can either use Open vSwitch (OVS) or Linux bridge to > connect my instances with the outside network. > > What I feel is missing, though, is a

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Boris Bobrov
Alexandr, The problem is that the username and password in keystone.conf are wrong. Something is wrong with section [database] parameter "connection". On Wednesday 24 February 2016 23:27:59 Alexandr Porunov wrote: > Mohammed, > > Do you know what values I have to assign to these variables?: > e

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
Alexandr, You’ll need to resolve your MySQL access problems before all of this. The token related options will never work if your keystone instance is not able to properly connect your MySQL instance. Thanks, Mohammed On Wed, Feb 24, 2016 at 4:29 PM, Alexandr Porunov wrote: > Also there is a st

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Alexandr Porunov
Mohammed, Do you know what values I have to assign to these variables?: export OS_USERNAME=??? export OS_PASSWORD=??? export OS_TENANT_NAME=??? I have assigned my username and password of controller node. This is my full list of variables: export OS_TOKEN=4b8548f5298c0d4c9049 export OS_URL=http:/

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Alexandr Porunov
Also there is a strange thing. This command: su -s /bin/sh -c "keystone-manage db_sync" keystone shows: No handlers could be found for logger "oslo_config.cfg" On Wed, Feb 24, 2016 at 11:27 PM, Alexandr Porunov < alexandr.poru...@gmail.com> wrote: > Mohammed, > > Do you know what values I have t

Re: [Openstack] Nexus 9K - Nexus: Segment is an invalid type or not supported by this driver??

2016-02-24 Thread Michael Gale
Hello, I have an update on this issue :). The short answer is I now have vxlan working with the N9K. Long answer when I started out with the N9K + vxlan setup I was receiving failed port binding issues and nothing else. So I decided to abandon the vxlan setup for now and fall back to vla

Re: [Openstack] SWIFT - File System Kernel Module ?

2016-02-24 Thread Brent Troge
how does this square with your development on swift posix support ? will swift posix support be made possible via fuse or a kernel module ? On Thu, Jul 16, 2015 at 1:09 PM, John Dickinson wrote: > No. There are no plans for Swift to implement a file system. > > --John > > > > > On Jul 16, 2015,

[Openstack] Outreachy May-Aug 2016: Call for funding and mentors

2016-02-24 Thread Victoria Martínez de la Cruz
Hi everyone, Quick update on the Outreachy program, including a request for funding and volunteer mentors. For those of you who are not aware, Outreachy helps people from groups underrepresented in free and open source software get involved by matching interns wi

[Openstack] Choosing between Open vSwitch or Linux bridge

2016-02-24 Thread Tore Anderson
>From http://docs.openstack.org/liberty/networking-guide/deploy.html I can surmise that I can either use Open vSwitch (OVS) or Linux bridge to connect my instances with the outside network. What I feel is missing, though, is an official recommendation as to which one to pick, or at least a compars

Re: [Openstack] Gnocchi - cannot retrieve measures

2016-02-24 Thread Ivan Romanko
Hello, Dirk! Do you have gnocchi-metricd started? All posted measures must be processed. Only after that they'll become available through API. вт, 23 февр. 2016 г. в 22:29, Dirk Braunschweiger < dirkmb+lists.openst...@wh-stuttgart.net>: > Hey, > > apparently nobody can help. Does anyone know wher

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-24 Thread Flavio Percoco
On Fri, Feb 19, 2016 at 10:17 PM, Martinx - ジェームズ wrote: > Guys, > > I want to formalize my protest against Glance V2 usability. > > With Glance V1, you can straight away, add an image based on its remote > URL location, then, Glance will download the image ONLY when someone launch > it. > > T

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Alexandr Porunov
Mohammed, Also I haven't mentioned that "systemctl start openstack-keystone" doesn't want to start just because httpd already running and if I understand they share the same port On Wed, Feb 24, 2016 at 5:07 PM, Mohammed Naser wrote: > Alexandr, > > You should make sure to hit “Reply all” so th

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
Alexandr, That’s fine. The suggested way of deploying Keystone is via Apache now, so you should just let it live in a WSGI application as it should M On Wed, Feb 24, 2016 at 10:17 AM, Alexandr Porunov wrote: > Mohammed, > > Also I haven't mentioned that "systemctl start openstack-keystone" doe

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
Alexandr, You should make sure to hit “Reply all” so that it goes back to the mailing list, but I’m not sure why it’s not connected. I’d try connecting from the mysql CLI client and see what happens Mohammed On Wed, Feb 24, 2016 at 10:04 AM, Alexandr Porunov wrote: > Hello Mohammed, > > I don'

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
Hi Alexandr, The key error to check: 2016-02-24 15:18:29.100 1123 ERROR keystone.common.wsgi OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'keystone'@'controller' (using password: YES)") You'll need to make sure you address and resolve this, your keystone

[Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Alexandr Porunov
Hello everyone, I am trying to pass this tutorial: http://docs.openstack.org/liberty/install-guide-rdo/keystone-services.html but without success. It is my /etc/hosts file: 127.0.0.1 me 192.168.56.111 controller 192.168.56.131 compute1 192.168.56.141 block1 192.168.56.151 object1 192.168.56.152 o

[Openstack] [sahara][integration tests] fixtures._fixtures.timeout.TimeoutException

2016-02-24 Thread Rafik Harzi
Hi everyone !! I am trying to use the integration tests in sahara but even when they succeed to create a cluster they fail and it says: > Traceback (most recent call last): > File > "/home/sahara/sahara/sahara/tests/integration/tests/gating/test_vanilla_gating.py", > line 136, in test_v

Re: [Openstack] [Trove] A few newbie questions

2016-02-24 Thread Mark Kirkwood
On 23/02/16 15:58, Ludwig Tirazona wrote: Hello Everyone, I want to understand the Architecture a bit more. Thanks in advance for any answers. 1.) The docs tell me that trove-guestagent connects to a RabbitMQ host to listen for instructions. Is this RabbitMQ host typically the o

Re: [Openstack] floating ip

2016-02-24 Thread Han Chao
Hi, It does not matter whether you try it with the same instance or another one. Once you applied with a floating IP that you released before, it means the IP has been iterated over again through the allocation pool. Or if you would apply the same IP which has been released next time, you co