Comment 0 for bug 1825067

Revision history for this message
hongbin (hongbin034) wrote :

with Heat Template:

heat_template_version: 2015-04-30

resources:

  the_resource:

    type: OS::Zun::Container

    properties:

      cpu: 4

      image: ubuntu

      image_pull_policy: "ifnotpresent"

      interactive: true

      memory: 2048

      name: "ubuntu16"

      command: "ping 8.8.8.8"

      networks: [{"network": 5guknet}]

      restart_policy: "no"

The command I can see on the appcontainer show is : command | [u'p', u'i', u'n', u'g', u' ', u'8', u'.', u'8', u'.', u'8', u'.', u'8']