Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Hi- There might be session issues from GUI. Please logout and login again. If the error still persists, please refresh the cookies. Also check your keystone configuration and auth credentials with glance and keystone. / Trinath From: Bjorn Mork [mailto:bjron.m...@gmail.com] Sent: Sunday, Janua

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Bjorn Mork
Hi, I checked keystone & glance files; password is same. I can login to DB using my password on command line. 1. It does not fetch images-list using GUI & shows error *Error: **Unable to retrieve the images.* 2. Unable upload Image if I select file based Image selection via create Image, also d

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Can you also check the horizon logs at /var/logs ? Please post that error here. / Trinath From: Bjorn Mork [mailto:bjron.m...@gmail.com] Sent: Sunday, January 22, 2017 3:10 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Unable Upload Image Hi, I checked keys

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Bjorn Mork
Hi, Which log file you need (i will share), full list is shown in below; [root@controller log]# cd /var/logs -bash: cd: /var/logs: No such file or directory [root@controller log]# pwd /var/log [root@controller log]# ll total 1000 drwxr-xr-x. 2 root root176 Jan 21 10:30 anaconda d

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Please look into logs, http://docs.openstack.org/mitaka/config-reference/dashboard/logs.html / Trinath From: Bjorn Mork [mailto:bjron.m...@gmail.com] Sent: Sunday, January 22, 2017 3:25 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Unable Upload Image Hi,

[Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
Hi - While setting up the kolla-kubernetes development environment, following the guide https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/development-environment.rst#managing-and-interacting-with-the-environment , I got the following error, http://paste.openstack.org/show/595

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Trinath Somanchi
Very Good. Here is the culprit, ServiceCatalogException: Invalid service catalog service: image Please debug it. / Trinath From: Bjorn Mork [mailto:bjron.m...@gmail.com] Sent: Sunday, January 22, 2017 4:24 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Unab

Re: [Openstack] Unable Upload Image

2017-01-22 Thread Bjorn Mork
Thanks for sharing link. Logs given below; *Error_log*[Sun Jan 22 10:44:40.804142 2017] [:error] [pid 4817] DEBUG:keystoneauth.session:REQ: curl -g -i -X GET http://controller:5000/v3/users/bac999c177474e08976c54a362ba6a70/projects -H "User-Agent: python-keystoneclient" -H "Accept: application/j

Re: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
Hi- With more search into this area, I have found that Ubuntu changed the interface names from eth1 to ens0s3. While checking the interfaces in kube1, I found enp0s3 has got IP 10.0.2.15. Since there was an error for the interface configuration at kube1, How to proceed further with improvement

Re: [Openstack] [Kolla-Kuberenetes] kube1 networking issue

2017-01-22 Thread Trinath Somanchi
While moving forward, I got this issue, root@openstack-pike:/tmp/halcyon-vagrant-kubernetes# kubectl run -i -t $(uuidgen) --image=busybox --restart=Never error: Error loading config file "/root/.kube/config": yaml: mapping values are not allowed in this context was struck here inorder to bring

[Openstack] [Swift] How to add a new node without ring copy?

2017-01-22 Thread Alexandr Porunov
Hello, I read different articles about how to add a new node and they all says this: 1) Add a node to ring builder 2) Rebalance ring 3) Copy ring to each node. Is it possible to skip "copy" step by doing first and second step on each node? Will then all nodes have the same ring? I.e. I mean to do

[Openstack] [Kolla-Kubernetes] Ansible Errors.

2017-01-22 Thread Trinath Somanchi
Hi- While setting up the environment, http://docs.openstack.org/developer/kolla-kubernetes/development-environment.html#managing-and-interacting-with-the-environment I have seen Ansible errors while running command, $> vagrant up. Error: http://paste.openstack.org/show/595971/ Please help me r

Re: [Openstack] [Swift] How to add a new node without ring copy?

2017-01-22 Thread Vladimir Maliaev
Anyway you will copy ring files to new node. Which node you are going to copy from? I think that to have only one set of ring files is helpful in troubleshooting if something goes wrong. On Jan 22, 2017 6:08 AM, "Alexandr Porunov" wrote: > Hello, > > I read different articles about how to add a

Re: [Openstack] [Swift] How to add a new node without ring copy?

2017-01-22 Thread Clay Gerrard
I've heard of people using the seed feature of rebalance to try make it repeatable enough to seem deterministic. But I always found the idea bonkers. Maybe just upload them into swift? Let the provisioning of a new node checkout the builders - add itself - rebalance - upload modified builder and

Re: [Openstack] [Swift] How to add a new node without ring copy?

2017-01-22 Thread Mark Kirkwood
Yes, one set of identical ring files is definitely the best option! Also the recon md5 ring check will likely complain forever if these alternative methods (for avoiding copying) are tried. More interesting is why people want to avoid the copy? I'm guessing it is because this type of thing is

[Openstack] Repose Configuration Setup

2017-01-22 Thread Amit Uniyal
Hi, Does anyone face any problem in configuring Repose. I followed this document. https://repose.atlassian.net/wiki/display/REPOSE Stuck with system model configuration. Is there any other more elaborate way to configure it. Regards Amit Uniyal ___ M

[Openstack] [blazar] Devstack failed

2017-01-22 Thread Bachu, Tejaswi R
Hi Team, I am installing Blazar using Devstack by following the instructions in the link https://wiki.openstack.org/wiki/Blazar/Installation_using_Devstack I ran stack.sh and it failed with the below error: Discovering versions from the identity service failed when creating the password plugin

Re: [Openstack] [Swift] How to add a new node without ring copy?

2017-01-22 Thread Alexandr Porunov
Thanks for your suggestions! Mark was right about automated provisioning tools. I am using Saltstack for it. The problem I try to solve is the automatic deployment. Adding and removing new nodes is the problematic thing because we can't just add or remove a full node at once (it can cause storm of