Re: [Openstack] Projects deals tricky job

2016-06-21 Thread Timothy Symanczyk
We implemented something here at Symantec that sounds very similar to what you¹re both talking about. We have three levels of Admin - Cloud, Domain, and Project. If you¹re interested in checking it out, we actually presented on this topic in Austin. The presentation : https://www.youtube.com/watch

[Openstack] [OpenStack][Keystone][OpenStackClient] Switching to admin endpoint mid request, how / why?

2015-09-16 Thread Timothy Symanczyk
Hi All, While intending to direct requests from the openstack client to the public endpoint of my keystone instance, it seems as though after initial authentication the client gives subsequent requests to the admin endpoint. Is there a setting somewhere that I’ve missed either client or server

Re: [Openstack] Building DevStack

2015-09-03 Thread Timothy Symanczyk
previous install of devstack will be completely lost. A simpler way to simply restart horizon would be to follow the advice in David’s original email. Tim From: Sumanth Sathyanarayana mailto:sumanth.sathyanaray...@gmail.com>> Date: Thursday, September 3, 2015 at 11:19 AM To: Timothy Sym

Re: [Openstack] Building DevStack

2015-09-03 Thread Timothy Symanczyk
Hi Sumanth, In addition to David’s helpful links, please keep in mind that ./stack.sh is intended to INSTALL and CONFIGURE devstack. If it is your intention to START FRESH every time, then running unstack.sh and stack.sh would be correct. But if it is your intention to persist any changes you’v