[Openstack-operators] [EXTERNAL] Re: Tenant/Project naming restrictions
Steve Martinelli
s.martinelli at gmail.com
Fri Oct 7 16:08:10 UTC 2016
@'s should work just fine:
(test_osc) $ openstack project create test at test
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
| description | None |
| enabled | True |
| id | 730b3aaca18a4a37acd2cdf1d4b5f35f |
| name | test at test |
+-------------+----------------------------------+
(test_osc) $ openstack project show test at test
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
| description | None |
| enabled | True |
| id | 730b3aaca18a4a37acd2cdf1d4b5f35f |
| name | test at test |
| properties | |
+-------------+----------------------------------+
With UTF8 your mileage will vary
(test_osc) $ openstack project create 💩
An unexpected error prevented the server from fulfilling your request.
(HTTP 500) (Request-ID: req-ca2a0c60-8c20-40dd-8ca6-49a9ecbf9447)
(test_osc) $ openstack project create "elniño"
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
| description | None |
| enabled | True |
| id | b87bdafc6d32449bb1147f1acdcd3f49 |
| name | elniño |
+-------------+----------------------------------+
(test_osc) $ openstack project show "elniño"
+-------------+----------------------------------+
| Field | Value |
+-------------+----------------------------------+
| description | None |
| enabled | True |
| id | b87bdafc6d32449bb1147f1acdcd3f49 |
| name | elniño |
| properties | |
+-------------+----------------------------------+
On Fri, Oct 7, 2016 at 11:38 AM, Vigil, David Gabriel <dgvigi at sandia.gov>
wrote:
> So, no one knows of official documents on tenant naming restrictions?
>
>
> Dave G Vigil Sr
> Systems Integration Analyst Sr/SAIC Lead 09321
> Common Engineering Environment
> dgvigi at sandia.gov
>
> -----Original Message-----
> From: Saverio Proto [mailto:zioproto at gmail.com]
> Sent: Thursday, October 6, 2016 1:21 AM
> To: Steve Martinelli <s.martinelli at gmail.com>
> Cc: Vigil, David Gabriel <dgvigi at sandia.gov>; openstack-operators at lists.
> openstack.org
> Subject: [EXTERNAL] Re: [Openstack-operators] Tenant/Project naming
> restrictions
>
> Is the '@' character allowed in the tenant/project names ?
>
> Saverio
>
> 2016-10-05 23:36 GMT+02:00 Steve Martinelli <s.martinelli at gmail.com>:
> > There are some restrictions.
> >
> > 1. The project name cannot be longer than 64 characters.
> > 2. Within a domain, the project name is unique. So you can have
> > project "foo" in the "default" domain, and in any other domain.
> >
> > On Wed, Oct 5, 2016 at 5:16 PM, Vigil, David Gabriel
> > <dgvigi at sandia.gov>
> > wrote:
> >>
> >> What, if any, are the official tenant/project naming
> >> requirements/restrictions? I can’t find any documentation that speaks
> >> to any limitations. Is this documented somewhere?
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Dave G Vigil Sr
> >>
> >> Systems Integration Analyst Sr/SAIC Lead 09321
> >>
> >> Common Engineering Environment
> >>
> >> dgvigi at sandia.gov
> >>
> >> 505-284-0157 (office)
> >>
> >> SAIC
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> OpenStack-operators mailing list
> >> OpenStack-operators at lists.openstack.org
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operato
> >> rs
> >>
> >
> >
> > _______________________________________________
> > OpenStack-operators mailing list
> > OpenStack-operators at lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operator
> > s
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20161007/6abcf477/attachment.html>
More information about the OpenStack-operators
mailing list