openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10029
Re: Endpoints problems
On Fri, 13 Apr 2012 04:24:56 +0000
Justin Shepherd <jshepher@xxxxxxxxxxxxx> wrote:
> And if i am reading the code correctly they support both of the following
> variable declarations:
>
> %(tennant_id)s
> $(tennant_id)s
>
> since it appears the code replaces "$(" with "%("
Exactly why documentation is important, since it codifies the
intent and not artefacts of implementation.
I only wish we had an implementation that left 's' for Python-like
%(key)s, and supported a Make-like $(key) without 's'. However, putting
it in post-Essex is going to break compatibility, so it's too late.
-- Pete
References