Revision 4f08ccee21d25f8f8ed740d7bb1118942fec9786 authored by andrewbogott on 07 June 2017, 00:36:02 UTC, committed by andrewbogott on 07 June 2017, 00:48:21 UTC
There was a lot of cruft here from previous implementations;
also we were using the authtoken when we should use login/password
instead.

Some day we may want to have a service project and a glance_admin
user but for now this patch continues the tradition of just using
novaadmin every damn place.

Bug: T165211
Change-Id: I652d1e65d1196a10301f0b4384936b20faf33df2
1 parent 1e6524f
Raw File
.ctags
-h pp
--langdef=puppet
--langmap=puppet:.pp
--languages=puppet
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/c,class/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/s,site/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/n,node/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
back to top