I am making a pack now.
It seems that “ref: [packname]” must be specified in pack.yaml.
How is this specification used in stackstorm?
Also, can I give it my favorite name?
Also, pack creation document (Create and Contribute a
Pack — StackStorm 3.1.0 documentation
) Is written as follows, but capital letters seem to be an error. This may be better added to the
document.
# Pack reference.It can only contain letters, digits and underscores.
Error example
File "/opt/stackstorm/packs/packs/actions/pack_mgmt/setup_virtualenv.py", line 88, in run
no_download = no_download)
File "/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/util/virtualenvs.py", line 72, in setup_pack_virtualenv
raise ValueError ('Invalid pack name "% s"'% (pack_name))
ValueError: Invalid pack name "HMPack"