Can not use symbol '_' in 'Docker Container (package)' field 'Application Name'.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
k8s-docker-suite-app-murano |
Fix Released
|
Medium
|
Peter Razumovsky |
Bug Description
Can not use symbol '_' in 'Docker Container (package)' field 'Application Name'.
Configuration:
MOS 9.1 snapshot #213
Actions:
1) OK - Download 'Docker Container (package)' to murano.
http://
2) OK - Add package to murano-env.
3) OK - In configuration in field 'Application Name' set 'Docker_
According description underline symbol is allowed.
...
Application Name:
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and underline are allowed
...
4) Not OK - Deploy Murano env.
Deploy has failed.
Extraction from logs:
2016-09-13 08:08:47 - Creating services for Pod testpod
2016-09-13 08:09:19 - Deploying Replication Controller for Pod testpod
2016-09-13 08:09:33 - Error:
'extra': None,
'details': {u'stdout': None, u'stderr': u'W0913 08:09:32.556772 2647 cmd.go:258]
update is DEPRECATED and will be removed in a future version.
Use replace instead.\n
The ReplicationCont
* spec.template.
Invalid value: "docker_
regex [a-z0-9]
(e.g. \'my-name\' or \'123-abc\')\n
* spec.template.
Invalid value: "docker_
regex [a-z0-9]
(e.g. \'my-name\' or \'123-abc\')',
As we can see from logs symbol '_' is allowed according to the description, but actually
is not allowed.
Changed in k8s-docker-suite-app-murano: | |
milestone: | none → ongoing |
Changed in k8s-docker-suite-app-murano: | |
assignee: | nobody → Sergey Kraynev (skraynev) |
importance: | Undecided → Medium |
Changed in k8s-docker-suite-app-murano: | |
assignee: | Sergey Kraynev (skraynev) → Peter Razumovsky (prazumovsky) |
Fix proposed to branch: master /review. openstack. org/383657
Review: https:/