Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Ok Thanks Tony. Best regards, Ahmed On Thu, Jun 30, 2016 at 3:01 AM, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 02:16:55AM +0200, Ahmed Medhat wrote: > > Regarding git describe, it shows that : > > kilo-2-1146-g8834ac4 > > Interesting I can't find that SHA in my

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:16:55AM +0200, Ahmed Medhat wrote: > Regarding git describe, it shows that : > kilo-2-1146-g8834ac4 Interesting I can't find that SHA in my clone. > while git branch shows: > stable/liberty Okay that's fine. > So what is that mix ? :) Nothing to worry about.

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
But how it shows kilo when i did git describe and the branch is liberty ? On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 02:08:04AM +0200, Ahmed Medhat wrote: > > Not fo other purpose , it was devstack kilo. And now I need devstack > >

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:08:35AM +0200, Ahmed Medhat wrote: > Openbaton.com Okay based on thise tweet I think mitaka is fine. https://twitter.com/OpenBaton/status/741304586674274304 Yours Tony. signature.asc Description: PGP signature ___ Mailing

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 02:08:04AM +0200, Ahmed Medhat wrote: > Not fo other purpose , it was devstack kilo. And now I need devstack > liberty. Oh in that case you're probably okay with just running unstack.sh and clean.sh. Yours Tony. signature.asc Description: PGP signature

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Openbaton.com Best regards On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 12:35:49AM +0200, Ahmed Medhat wrote: > > Thanks Tony for reply. > > > > I ill use liberty , i can not use master because I am using Orchestrator > > and I am not sure

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Regarding git describe, it shows that : kilo-2-1146-g8834ac4 while git branch shows: stable/liberty So what is that mix ? :) Best regards, Ahmed On Thu, Jun 30, 2016 at 1:53 AM, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 12:16:58AM +0200, Ahmed Medhat wrote: > >

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 12:16:58AM +0200, Ahmed Medhat wrote: > Thanks for your reply. > > I tried to install liberty but I got this error during stacking. > > could not find user admin (http 401) Please provide some of the log (probably in /opt/stack/log/stack.sh.log or similar) Also can you

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 01:37:09AM +0200, Ahmed Medhat wrote: > I know clean.sh :) i mean what else should I do ? > > I am installing it directly on machine no VMs. Ah :( After you've run clean you can remove the whole /opt/stack directory Also look at /usr/local for tools and python packages

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Not fo other purpose , it was devstack kilo. And now I need devstack liberty. Best regards, Ahmed On Thursday, June 30, 2016, Tony Breeds wrote: > On Thu, Jun 30, 2016 at 01:37:09AM +0200, Ahmed Medhat wrote: > > I know clean.sh :) i mean what else should I do ? > > >

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Thu, Jun 30, 2016 at 12:35:49AM +0200, Ahmed Medhat wrote: > Thanks Tony for reply. > > I ill use liberty , i can not use master because I am using Orchestrator > and I am not sure if it works with Mitaka or Master or not. Can you provide a link to this "Orchestrator" ? Yours Tony.

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
I know clean.sh :) i mean what else should I do ? I am installing it directly on machine no VMs. Best regards, Ahmed On Thursday, June 30, 2016, Steve Martinelli wrote: > Try running clean.sh, if that fails... new VM? :) > > On Wed, Jun 29, 2016 at 7:04 PM, Ahmed

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Steve Martinelli
Try running clean.sh, if that fails... new VM? :) On Wed, Jun 29, 2016 at 7:04 PM, Ahmed Medhat wrote: > So how Can I clean ny machine from old devstack version and then install > liberty ? > > Best regards, > Ahmed > > On Thursday, June 30, 2016, Steve Martinelli

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Steve Martinelli
That error is rather generic, but if I can offer an initial step in diagnosing the issue... make sure you are using the Liberty branch of devstack to deploy a Liberty version of OpenStack (use $ git clone http://github.com/openstack-dev/devstack -b stable/liberty). Mixing devstack and OpenStack

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
So how Can I clean ny machine from old devstack version and then install liberty ? Best regards, Ahmed On Thursday, June 30, 2016, Steve Martinelli wrote: > That error is rather generic, but if I can offer an initial step in > diagnosing the issue... make sure you are

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Thanks Tony for reply. I ill use liberty , i can not use master because I am using Orchestrator and I am not sure if it works with Mitaka or Master or not. During stacking of Liberty , I got this error: could not find user admin (http 401) It is keystone authentication error. How could I solve

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Tony Breeds
On Wed, Jun 29, 2016 at 03:09:52PM +0200, Ahmed Medhat wrote: > Hi all, > > I am installing devstack kilo. > > while stacking, found that error : error: pathspec 'stable/kilo' did not > match any file(s) known to git. Kilo is no longer available it began it's path to EOL in May. You can use

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Ahmed Medhat
Thanks for your reply. I tried to install liberty but I got this error during stacking. could not find user admin (http 401) So how to solve that issue? It is a keyston authorization issue. Best regards, Ahmed On Wednesday, June 29, 2016, Kaustubh Kelkar < kaustubh.kel...@casa-systems.com>

Re: [Openstack] [openstack] devstack kilo setup

2016-06-29 Thread Kaustubh Kelkar
From: Ahmed Medhat [mailto:a.medha...@gmail.com] Sent: Wednesday, June 29, 2016 9:10 AM To: openstack@lists.openstack.org Subject: [Openstack] [openstack] devstack kilo setup Hi all, I am installing devstack kilo. while stacking, found that error : error: pathspec 'stable/kilo' did not match any