Totally off topic for the thread, but likely worth pointing out.
DevStack is not intended for standing up a production cloud.
I would actually go as far saying that it's dangerous to use DevStack
for a production cloud. DevStack is filled with `rm -rf *`, `DROP
DATABASE` etc etc.
So, I'm not s
On Wed, Jul 31, 2013 at 10:27 AM, Mac Innes, Kiall wrote:
> Totally off topic for the thread, but likely worth pointing out.
I don't consider this off-topic at all, it is important that this is
well-understood.
> DevStack is not intended for standing up a production cloud.
+++
Support-soun
From: Ruslan Kamaldinov
To: Shake Chen
Cc: Jake G. ; "openstack@lists.openstack.org"
Sent: Wednesday, July 31, 2013 3:34 PM
Subject: Re: [Openstack] Prevent Devstack from creating demo project.
You can add the following line to your local.sh file:
keystone tenant-d
You can add the following line to your local.sh file:
keystone tenant-delete demo
local.sh is executed automatically at the successful conclusion of stack.sh.
It'll take care of demo project.
On Tue, Jul 30, 2013 at 7:40 PM, Shake Chen wrote:
> I also have same question. The demo project make
On Tue, Jul 30, 2013 at 10:40 AM, Shake Chen wrote:
> I also have same question. The demo project make user confuse.
Users? Please don't tell me if you actually have users on a DevStack setup...
> On Tue, Jul 30, 2013 at 4:29 PM, Jake G. wrote:
>> Wondering if there is a way to prevent devsta
I also have same question. The demo project make user confuse.
On Tue, Jul 30, 2013 at 4:29 PM, Jake G. wrote:
> Hi All!
>
> Wondering if there is a way to prevent devstack from creating a demo
> project and just leave the admin project as the default project?
>
> Thanks!
>
> __
Hi Jake,
devstack create demo user source code sit in
https://github.com/openstack-dev/devstack/blob/master/lib/keystone#L239
you can comment all the codes about 'demo' user.
2013/7/30 Jake G.
> Hi All!
>
> Wondering if there is a way to prevent devstack from creating a demo
> project and jus
Hi All!
Wondering if there is a way to prevent devstack from creating a demo project
and just leave the admin project as the default project?
Thanks!___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack