[Bug 1791814] [NEW] The core snap was renamed to system in the 2.35 release

2018-09-10 Thread Eric Stutzenberger
Public bug reported: Prior to v2.35 of the core snap, the API calls to snapd returned "core" as the Snap name for slots such as "network-control", "bluetooth- control", "hardware-observe", etc. However, as of v2.35, the name of the snap was changed to "system" which breaks any code that manages pl

[Bug 1791814] Re: [2.35.1] /v2/interfaces returns "system" instead of "core" as owning snap of core interface slots

2018-09-11 Thread Eric Stutzenberger
To add on to Tony's discovery: This is a clear example of using the API directly vs. using the CLI commands. With the CLI, I can run `snap get core` or `snap get system` and I am provided the same results. This means that the CLI must be doing some translation of the name `core` to `system` in som